automating process

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have an Access database containg a macro that runs queries and populates
tables. I would like to find a way to schedule Access to start at 6 am, run
the macro, and close wthouth human intervention. How do I accomplish this?

Cheers,
Michael Lindekugel
 
You can use the Windows Scheduler to automatically open the database. You can
also create an AutoExec macor that will run your code.

You can also include a Docmd.Quit a the end of your code that will close the
database.
 
You can use the Windows Scheduler to automatically open the database. You can
also create an AutoExec macor that will run your code.

You can also include a Docmd.Quit a the end of your code that will close the
database.
 
Back
Top