M
mike via AccessMonster.com
Hi,
i had a code below i found it on this thread. the thing is i dont want my
password readable when i type on the input box. Its kinda funny but i really
dont know how to do this. i had search the tblepassword and checkpassword
form thing, its a long process but i want this simple code be place on a
command button.
thanks in advance...
Private Sub btDelete_Click()
If InputBox("OOPS!!! Please identify yourself... ") <> "vincent" Then
MsgBox "You are not authorized! sorry.. "
End
End If
i had a code below i found it on this thread. the thing is i dont want my
password readable when i type on the input box. Its kinda funny but i really
dont know how to do this. i had search the tblepassword and checkpassword
form thing, its a long process but i want this simple code be place on a
command button.
thanks in advance...
Private Sub btDelete_Click()
If InputBox("OOPS!!! Please identify yourself... ") <> "vincent" Then
MsgBox "You are not authorized! sorry.. "
End
End If