Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password field

Status
Not open for further replies.

Cascais

Technical User
Oct 28, 2004
12
0
0
PT
Hello,

Could anyone please help me to find a place on web where I can view the method to create a password fiel in access form.
The ideia is to run a report only with the fiel text box to input the password.
If the password is correct, the macro keep going on.

Thanks in advanced,

Luis Zeferino
 
You need to use a form with a textbox on it, and set the input mask property of the form to password.

The form then opens the report. However, if you are going to implement such a system, you then ideally also need to lock down the interface so that you can't run the report directly from the database window.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top