A
Alex
I am trying to lookup a field in a table and use the Right function at the
same time and I can't seem to get the syntax correct. Can someone please
help me? Thank you.
my code: If IsNull(DLookup("Orig_Qty", "Tm", Right("PRODUCTIONORDERID ='",
2) & Me![Work Order] & "'")) Then . . .
I need to compare only the two right characters in the productionorderid
field in the Tm table.
same time and I can't seem to get the syntax correct. Can someone please
help me? Thank you.
my code: If IsNull(DLookup("Orig_Qty", "Tm", Right("PRODUCTIONORDERID ='",
2) & Me![Work Order] & "'")) Then . . .
I need to compare only the two right characters in the productionorderid
field in the Tm table.