Form Password!?!

B

Bianca

Hey people,

I have a form that has all this information on it - and all the fields are
locked, I created another form where corrections or additions can be made to
the original form. I dont want all the users to be able to open this second
form - can I put a password on the second form?
 
N

NetworkTrade

sure....1 simple method

add a text box next to the Open Button for that form

then add an if/then statement in the OnClick event of that button
encompassing the open command
 
Top