Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automatically Updating Access Database at night???

Status
Not open for further replies.

tekvb1977

Technical User
Nov 16, 2005
46
US
Is there a way my access database could get updated automatically at night without me opening up the database and hitting the update command button. I know Access has a scheduler that could do it but I don't know exactly how to use it.

Thanks

J
 
A very simple way, which will only work as far as i know if you dont use security, is to create a quick form which runs the code of your button on load and then closes the app. you then need to right click on the form and select create shortcut (access will then create an windows shortcut) .

After you have done this you should be able to add the shortcut to windows scheduler with no problems.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top