Password associated with a particular form - Acess 2007

A

Abay

I would like to be able to assign a password within a form i.e. when the
form is opened the user must enter a password to be able to continue on to
another form.

I know I can allocate a password at the data base level, but can' find out
anything about at the form level. Or is it possible to turn the "echo" on
entry of the password?''

Help on this would be very much appreciated.

Ba arc
 
B

bhicks11 via AccessMonster.com

You could pop up a form with an unbound control that has an input mask type
of password. Then before opening the form, check the unbound field value
against what you have designated as password. Open or return a denied
message as needed.

Bonnie
http://www.dataplus-svc.com
 
Top