Hi, does anyone know how to put a delay in an access 2000 macro ? The final step in my macro is to Exit from my Access Database and close down the application, however, this final command isn’t running properly because the second last process in my macro runs another database which when opened runs its’ own auto executing macro which can take up to ten minutes to run. I need to set up a delay in between the final two steps to prevent the initial macro throwing up an error when it finishes. Ideally I need a break of about 15 minutes to give plenty of time for the other DB macro to complete. I can’t run the two separately because I have to be certain the steps in my first macro are run before the 2nd to last process is run in it.
Many thanks in advance