L
learning_codes
Hi,
I want to know how to add extra line (UserName) for two DLookup on
UserID and UserName.
Search_UserID = Me.UserID
Search_UserName = Me.TxtName.Value
CHECK_UserID_UserName = DLookup("[UserID]", "Tbl_Employees",
"([UserID]) like ""*" & Search_UserId & "*""")
Your help would be much appreciated.
Thanks
I want to know how to add extra line (UserName) for two DLookup on
UserID and UserName.
Search_UserID = Me.UserID
Search_UserName = Me.TxtName.Value
CHECK_UserID_UserName = DLookup("[UserID]", "Tbl_Employees",
"([UserID]) like ""*" & Search_UserId & "*""")
Your help would be much appreciated.
Thanks