How can I get a Make Table query to run via Macro?

boulderman

New member
Local time
Today, 11:23
Joined
Aug 22, 2011
Messages
2
The closest Argument I can find is OpenQuery which merely opens it.

How do I get a Make Table Query to run, either using Macro, VBA or ADO.

Cheers :)
 
You need to save a Query as a Make Table Query.
Then when you RUN the query (Or use Macro "Open Query"), the query will not open, but the table will be created.
 

Users who are viewing this thread

Back
Top Bottom