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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update a table on the server side

Status
Not open for further replies.

MrMajik

IS-IT--Management
Apr 2, 2002
267
On an In/Out board using Access 2002:

I have a form that is linked to a couple tables on our network. Is it possible to have some code run on the server side database at 12:05 AM that will compare dates? If a date in the table is yesterday's date I want the date deleted.

I considered having this done on the desktop side (front end) In/Out board form but it is possible that everyone will close their In/Out board and turn off their computers at the end of the work day, thus the dates would not be updated.

Thank you,

MrMajik

There are 10 types of people in the world:
Those that understand binary and those that don't.
 
You may consider the server's windows task scheduler launching your access DB with the /X command line option.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top