Re: How to use a VBA query results in non-VBA query?
- From: "Alex White MCDBA MCSE" <alex@xxxxxxxxxxxxxx>
- Date: Tue, 17 May 2005 11:44:17 +0100
It sounds like a design problem, but you problem can normally be solved by a
temper table which it built via vba then queries are run against the temp
table. If you go down that route consider multi-user problems with the temp
table.
I urge you to review the structure of your data as there maybe a much
simpler/faster solution.
--
Regards
Alex White MCDBA MCSE
http://www.intralan.co.uk
"ats" <ats@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1116326292.489459.89290@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I need the results of a query in several other queries. The problem is
> that the first query cannot be constructed using SQL, but can be in
> VBA. How can I refenence the VBA query results in other queries?
>
> The problem all steams from not being able to use another query or
> function results for the "IN" of a query which references direct path
> of the external database.
>
>
.
- Follow-Ups:
- Re: How to use a VBA query results in non-VBA query?
- From: ats
- Re: How to use a VBA query results in non-VBA query?
- From: Alex White MCDBA MCSE
- Re: How to use a VBA query results in non-VBA query?
- References:
- Prev by Date: How to use a VBA query results in non-VBA query?
- Next by Date: Re: How to use a VBA query results in non-VBA query?
- Previous by thread: How to use a VBA query results in non-VBA query?
- Next by thread: Re: How to use a VBA query results in non-VBA query?
- Index(es):
Relevant Pages
|