Password protected form allows access

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
 
J

Joseph Meehan

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?
 
G

Guest

I am rolling my own system. I created the password protected form using code
in the VB.
 
J

Joseph Meehan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top