Password for a Form

  • Thread starter Thread starter an
  • Start date Start date
A

an

Hello!

I have one MainForm with command buttons do open forms (in
read only mode) and one command button to open other form
to change and/or add data.
I w'd like protected this last form only. For example:
Open it only after write a password.
Is it possible in Access 2000?

Thanks in advance
an
 
You can do it but you have to have a form where the user enters his password
then, if the password is valid, you allow him or her to change the data into
your form using VBA code
 
Ok.
Thanks for help.
an
-----Original Message-----
You can do it but you have to have a form where the user enters his password
then, if the password is valid, you allow him or her to change the data into
your form using VBA code

"an" <[email protected]> a écrit dans le message de



.
 

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