Update Table Data

G

Guest

I have a macro in one database that updates a table in another database. Is
there a way to have the macro automatically run every 30 minutes or so? Any
help is greatly appreciated. Thanks.
 
G

Guest

You could add a form in your db with a timer event. You would have to have
the db open all the time. I would use Windows Task Scheduler to Open an
Access database with a that macro. Schedule to run when you want it. If you
name the macro "Autoexec" it will run when the db is open. Or reference the
macro name in the run command of Windows Task Scheduler.
 

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

Top