ggooss
New member
- Local time
- Yesterday, 18:07
- Joined
- Nov 19, 2020
- Messages
- 10
Hello All,
I have an issue with using Dlookup in a query, it is giving the wrong result back. If someone could help please?
Reference Table (all the fields are Short Text):
The Dlookup:
Val1: DLookUp("Value128","tblCode128A"," ' 128A=" & [Expr1] & " ' ")
The result (wrong):
In the table, the value for Letter A is 33, and the Dlookup returns 16, which is the first value of column [Value128]
What am I missing please?
Thanks a lot
Greg
I have an issue with using Dlookup in a query, it is giving the wrong result back. If someone could help please?
Reference Table (all the fields are Short Text):
The Dlookup:
Val1: DLookUp("Value128","tblCode128A"," ' 128A=" & [Expr1] & " ' ")
The result (wrong):
In the table, the value for Letter A is 33, and the Dlookup returns 16, which is the first value of column [Value128]
What am I missing please?
Thanks a lot
Greg