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
 

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