Hi
I have a Make-Table query, that pulls info from a number of subqueries and tables. When I run the query normally, it takes about 1 second to create and populate the table. But when I tun the same query via VBA like:
then it takes about 10 seconds.
The information is coming from SQL Server.
Any possible reason for this?
I have a Make-Table query, that pulls info from a number of subqueries and tables. When I run the query normally, it takes about 1 second to create and populate the table. But when I tun the same query via VBA like:
Code:
CurrentDb.Execute "MyMakeTableQuery"
The information is coming from SQL Server.
Any possible reason for this?