commandolomo
Registered User.
- Local time
- Today, 00:12
- Joined
- Jun 11, 2004
- Messages
- 73
Hey y'all
Can anyone see what may be wrong with the following Dlookup syntax?
I have a field in a query, MID, and want to return from another table a corresponding name that matches the MID code. I have constructed the below, but the query expression builder does not like it -
DLookUp("([Area])",[Area Lookup],"[Mid]='"[Area Lookup]!
Can anyone see what may be wrong with the following Dlookup syntax?
I have a field in a query, MID, and want to return from another table a corresponding name that matches the MID code. I have constructed the below, but the query expression builder does not like it -
DLookUp("([Area])",[Area Lookup],"[Mid]='"[Area Lookup]!
Code:
"'")
FYI, "Area", "MID" and "Code" are all text values.
Any ideas most gratefully received!
Cheers