help in Password

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possible to set a Password button inside a form to open another
form?..imagine i have 2 forms..a student form and a account form..what
password coding should i do if i want to switch from student form to account
form...is it possible?..please help....thanks
 
This is not very sophisticated, but here it is:

Create two unbound text boxes on the first form.
Set the default value on the first text box to the password, and set Viable
to NO
Create the button to open the second form with an If....statement. If the
value of the second unbound text box is the same as the first, open the
second form, else some error message.

Assuming you distribute in MDE with a project password, this will keep a
novice out.
 

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

Back
Top