Executing a Make-Table Query in Access in VBA

M

Mike Milian

I have a Make-Table query in Access 2002
named "refreshClients". All I want to do is execute in
code similar to the way one executes a regular query.
eg. "Select * from (Table/Query name)" I would like to
capture the SQL statement in a String variable.

eg.

strSQL = "Select * from (Query)"

I would like to do the same or the Make-Table query
statement.

Please Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top