Passwords using input masks

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

Guest

H

I've create a database but it is now to be used by multiple users. I know there is a way of creating password security using input masks

How do I set up the input masks
Where do I store the password data
How do I program Access to ask for these passwords and user names before it will let you proceed

Thank
Lee
 
IF INPUTBOX("MESSAGE",TITLE") = "PASSWORD" THEN

'FUNCTION

ELSE'IF PASSWORD INCORRECT


END IF
END SUB

-----Original Message-----
Hi

I've create a database but it is now to be used by
multiple users. I know there is a way of creating password
security using input masks.
How do I set up the input masks?
Where do I store the password data?
How do I program Access to ask for these passwords and
user names before it will let you proceed?
 
Back
Top