CAN I RUN SEVERAL QUERYS FROM ONE CONTROL BUTTUON

  • Thread starter Thread starter conroy
  • Start date Start date
C

conroy

I WANT TO RUN SEVERAL QUERYS SIMUTAENOUSLY FROM ONE CONTROL BUTTON ON A FORM
IS THIS POSSIBLE
 
Yes but first you have to turn off your caps lock on the keyboard. ;-)

Create a macro that runs all the queries. If they are action queries you can
also set warnings off then back on again at the end.

Then create a command button on the form and point to the macro.
 
Back
Top