VB userform

  • Thread starter Thread starter Johan
  • Start date Start date
J

Johan

Good Day all

i wonder if someone can help me, i;ve written a user form, but my director
requested that it must have 2 password a master asd a user password.

Thanx your help will be apprecaited

Johan
 
Hi Johan

Itself it's pretty simple; use two userform textbox'es and set theis
"password character" property to * to mask the entries. Then compare the
finished entries with the valid passwords. If OK then proceed, for example
by setting an invivible frame to visible, containing the needed data and
controls.

Worse is; where are the valid passwords stored/read and which rules apply ?
Does each user have her own unique password ? Can she change it herself ?
Does it expire ?
 

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

Similar Threads

Excel help + VB 1
Expiration notification 4
WEBSITE ACCESS AND VBA !!! 6
How to make Computer name as a Password by VBA 4
Help with VB code 2
Wait for action 1
Populate Combo Box selection to field 2
Slow macro 10

Back
Top