i have a problem with DLookup:
strPassword = DLookup("[Password]", "tblEmployee", "[First_Name] = cboUserName")
i am trying to match the password entered in a textbox with that of the password in the database (First_Name)
i get an error: invalid use of null
strPassword = DLookup("[Password]", "tblEmployee", "[First_Name] = cboUserName")
i am trying to match the password entered in a textbox with that of the password in the database (First_Name)
i get an error: invalid use of null