Password protected form allows access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a password protected form and it will:

1. Allow access to the restricted form if the user clicks on the red exit
on the password form or if i put a close button on the form and the user
clicks on it the restricted form will also.

2. If the user enters the correct password, the restricted form will open
but the password form will still be open.

Please help me on making my password protected form restricted from opening
unless you enter a password.

TB
Access 2003
 
TB said:
I have created a password protected form and it will:

1. Allow access to the restricted form if the user clicks on the red
exit on the password form or if i put a close button on the form and
the user clicks on it the restricted form will also.

2. If the user enters the correct password, the restricted form will
open but the password form will still be open.

Please help me on making my password protected form restricted from
opening unless you enter a password.

TB
Access 2003

There are at least three types of password protection you might have.
Database passwords, userlevel security, and a roll your own system.

What are you using?
 
TB said:
I am rolling my own system. I created the password protected form
using code in the VB.

I doubt if anyone can help you without seeing the code you are using.
 
Back
Top