date activated

javajom

Javajon
Local time
Today, 09:18
Joined
Mar 5, 2008
Messages
37
Hi,
I need a password, which activates when it reaches a certain date is it possible. I've made a MDE file from the database and linked all the tables to original so can update. I use just wondering if it is possible?
 
For starting the MDE or for a section within it?
 
do you mean that you want your code to run normally until a certain date is reached, and then require a password.

if so then you can hard code this test in the form_open event of the first form you load

however, that might not stop a determined user from opening the database window, and opening forms individually, thereby bypassing your switchboard, so it also depends on how your application works as a whole
 

Users who are viewing this thread

Back
Top Bottom