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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top