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 ?
 
Back
Top