Hi the code is still in the AfterUpdate Event in the txtPassword box.
The Me.cboUser refers to the combo box which has the following row source,
Column count 0;1;0;0 with the UserID being numerical:
SELECT tblUser.UserID, [Lname] & ", " & [FName] AS Fullname, tblUser.Password...