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.
 
Top