Password on Form

G

Guest

I am attempting to put a password on a form according to the instructions
found here:

http://support.microsoft.com/?kbid=209871

This code works and I now have a password upon opening my form. However, if
I simply close the form prompting me for the password.....it goes directly
into the form I am trying to protect. Any way to get around this?
 
S

Someone

Bryan

You need to ensure you have this...

If vbCancel = True Then closed = 1

....after the Docmd.Close command on the Close button.

M
 
S

Someone

Did this work, Bryan?

Someone said:
Bryan

You need to ensure you have this...

If vbCancel = True Then closed = 1

...after the Docmd.Close command on the Close button.

M
 

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

Similar Threads


Top