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

Automatically closing access 2000 database

Status
Not open for further replies.

hedgracer

Programmer
Mar 21, 2001
186
US
I need to set a certain access 2000 database to close automatically at a certain time every night (due to nightly backups). I looked at CloseCurrentDatabase method but that doesn't seem to fit my needs. Is there any way to make this happen? Thanks.

Dave C.
 
On timer for a main form can check the current time, and if it's >= X, quit.

Quit being the command in question.

ChaZ

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top