i dont quite get what your reply means
here is my code
Private Sub Command23_Click()
Dim strPassword As String
strPassword = InputBox("Enter The Password")
If strPassword = "Password" Then
DoCmd.OpenForm "frmhillsideresturant"
DoCmd.Close acForm, "frmqualityhotel"
Else
MsgBox "Wrong password, try again"
End If
End Sub
is there anything i can add to this code to give me the ****** symbols in stead of seing password?? note this from is a switchboard only - so there are no tables being usedor related
here is my code
Private Sub Command23_Click()
Dim strPassword As String
strPassword = InputBox("Enter The Password")
If strPassword = "Password" Then
DoCmd.OpenForm "frmhillsideresturant"
DoCmd.Close acForm, "frmqualityhotel"
Else
MsgBox "Wrong password, try again"
End If
End Sub
is there anything i can add to this code to give me the ****** symbols in stead of seing password?? note this from is a switchboard only - so there are no tables being usedor related