How to run a bunch of queries through a single click

accessaspire219

Registered User.
Local time
Today, 00:36
Joined
Jan 16, 2009
Messages
126
Hi,
I have a bunch of queries that I need to run in order to get the final result. I was wondering if there was a way by which I could create say a single .exe file which when run would run all the queries in a sequential manner?
Thanks.
 
in a module

currentdb.execute query1
currentdb.execute query2
currentdb.execute query3
currentdb.execute query4

etc
 

Users who are viewing this thread

Back
Top Bottom