KennyJaymes
Technical User
I have 4 querys that must be run in sequence in order to perform specific tasks. These querys basicly format imported data to match our own database.
One query is a select, One is a Update and the other Two are Append querys.
At present I am using a "dreaded" Macro to run them one after each other using the "OnClick" event of a command button called "Import Data from *****" but I do not like Macros.
So I wondered if:
1.
Is there some EASY way to combine all the code from these 4 querys into one so that all the tasks are completed in the correct order ?
or if the above is very complicated to do;
How do I call each query in turn from code insted of a macro.
Thanks in advance,
Kenny [sig][/sig]
One query is a select, One is a Update and the other Two are Append querys.
At present I am using a "dreaded" Macro to run them one after each other using the "OnClick" event of a command button called "Import Data from *****" but I do not like Macros.
So I wondered if:
1.
Is there some EASY way to combine all the code from these 4 querys into one so that all the tasks are completed in the correct order ?
or if the above is very complicated to do;
How do I call each query in turn from code insted of a macro.
Thanks in advance,
Kenny [sig][/sig]