G
Guest
I am using the AutoExec macro to do the following.
1. Empty records out of specific tables.
2. Run a DTS file (from a command prompt) that gets information from a SQL
database and repopulates some of the above tables.
I then run another macro to manipulate the new records and repopulate other
tables.
I would like to include the second macro in the AutoExec macro. Everytime I
try it the second macro runs before the DTS file finishes.
How do I make the second macro wait for the DTS file to finish running?
1. Empty records out of specific tables.
2. Run a DTS file (from a command prompt) that gets information from a SQL
database and repopulates some of the above tables.
I then run another macro to manipulate the new records and repopulate other
tables.
I would like to include the second macro in the AutoExec macro. Everytime I
try it the second macro runs before the DTS file finishes.
How do I make the second macro wait for the DTS file to finish running?