Jan 20, 2001 #1 JMM Technical User Feb 17, 2000 37 NZ Is there a way to close an opened back-end 97.mdb located on a server in order to compress & backup the data tables? Thanks
Is there a way to close an opened back-end 97.mdb located on a server in order to compress & backup the data tables? Thanks
Jan 20, 2001 #2 Francescina Programmer Dec 19, 2000 362 BE Of course, your frontend just has to check (with a timer event) a certain value that you set: 0 - do nothing 1 - Message "DATABASE will be closed in x minutes" 2 - Log off user with Application.Close or so. x = value of the timer-event Upvote 0 Downvote
Of course, your frontend just has to check (with a timer event) a certain value that you set: 0 - do nothing 1 - Message "DATABASE will be closed in x minutes" 2 - Log off user with Application.Close or so. x = value of the timer-event