schedule

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi,

We are using Access 2000, a database has been setup for my
company, and there is a schedule somewhere, i am not sure
either within access or elsewhere to run an update at 12am
on a monday.

Is there a way of setting up a schedule in access 2000,
rather than using windows schuduler?

Thanks
 
It's possible but tricky and fiddly. It also depends upon
what you mean by an update. If it's a replacement of the
application itself then no.

So, please expand, what do you mean by update?

Personally I'd tend to leave the schedule running as long as
it works without any problems. If it ain't broke, don't fix
it.
 
Yes, by building a form that uses the Timer property, you can have a form
schedule an event. I would still prefer the built-in Windows scheduler. To
run an Access scheduler effectively, you must make sure the program stays
open all the time. That uses more machine resources than the Windows
schedulers. The Access Timer event is better used for repeated events within
the database.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

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