L
Lisa
I have a form i want to create a DLookup where I get the Last_Name on the
tblUserNameTest when the field txtUser on the active form equals the
User_IDon the tblUserNameTest table.
I have this and it is not working what am I doing wrong?
=DLookUp("[Last_Name]","tblUserNameTest","User_ID = " & [txtUser])
Whatever you can do to help would be greatly appreciated.
Thanks.
lisa
tblUserNameTest when the field txtUser on the active form equals the
User_IDon the tblUserNameTest table.
I have this and it is not working what am I doing wrong?
=DLookUp("[Last_Name]","tblUserNameTest","User_ID = " & [txtUser])
Whatever you can do to help would be greatly appreciated.
Thanks.
lisa