I must be doing something wrong.
I am trying to disable the shift key at the start of my application so that the users cannot see, change, delete, etc... anything in my database.
I have read the faq181-143 that instructs you how to do this. I have typed both sets of codes in "twice".
I have an opening menu form that opens when the database is started. I've tried putting the code in On Open, also
On Load,.... I've even made buttons with the code set on click... I just can't get this to work.
When I initiate the on click code ~ I always get a screen that says Private Sub On Click ()
Although the code calls for typing in Public Sub....
Can someone help me understand what I am doing wrong?
Your help is appreciated.
Labprof
I am trying to disable the shift key at the start of my application so that the users cannot see, change, delete, etc... anything in my database.
I have read the faq181-143 that instructs you how to do this. I have typed both sets of codes in "twice".
I have an opening menu form that opens when the database is started. I've tried putting the code in On Open, also
On Load,.... I've even made buttons with the code set on click... I just can't get this to work.
When I initiate the on click code ~ I always get a screen that says Private Sub On Click ()
Although the code calls for typing in Public Sub....
Can someone help me understand what I am doing wrong?
Your help is appreciated.
Labprof