C
Carl
WHen running a DLOOKUP function in a module I get the above error. I cannot
see where I've mis-coded anything and can't see anything different in this
code than in other code where the function works properly.
I am trying to retrieve the "Rate" from "tblPayRate" based on the "Crew"
field in "rstPay". My code is:
curInRate = DLookup("Rate", "tblPayRate", "Crew = " & [InCrew])
What might cause this error message?
Thanks
see where I've mis-coded anything and can't see anything different in this
code than in other code where the function works properly.
I am trying to retrieve the "Rate" from "tblPayRate" based on the "Crew"
field in "rstPay". My code is:
curInRate = DLookup("Rate", "tblPayRate", "Crew = " & [InCrew])
What might cause this error message?
Thanks