VB userform

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
 
H

Harald Staff

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

Top