Hello,
Iam running the following code but it returns an error of mismatch. Staff_Name is a text, users is the table name and User_Name is a text.
Iam running the following code but it returns an error of mismatch. Staff_Name is a text, users is the table name and User_Name is a text.
Code:
GvUserName = DLookup("[Staff_Name]", "[Users]", "[User_Name]='" & Me.UserName & "'")
Comment