Password Problem

smallWorld

Registered User.
Local time
Today, 18:10
Joined
Jan 10, 2008
Messages
15
Hi,

I am using Access 2003. The problem is the password dialog box shows what the user is typing for password. How can I show asterisk when user is typing? Is there a better way to code a password, cos' i'm hardcoding it.

strResponse=InputBox("Please enter password", vbYesNoCancel,"Password Verification")

If strResponse = "password" Then

'Codes

Else

MsgBox "Invalid Password"
End If

Thx a lot.
 

Users who are viewing this thread

Back
Top Bottom