R
rahdirs
I have a table with fields ID and DESC. Why doesn't DLookup work if i
try to query on the DESC field (second field).
DLookup ("[ID]" ,"tblTest", "[DESC] = " & Me.txtDesc - Does not work
DLookup ("[DESC]" ,"tblTest", "[ID] = " & Me.txtID - Work fine
Any workarounds
try to query on the DESC field (second field).
DLookup ("[ID]" ,"tblTest", "[DESC] = " & Me.txtDesc - Does not work
DLookup ("[DESC]" ,"tblTest", "[ID] = " & Me.txtID - Work fine
Any workarounds