I have a query based on a single table. I need to do a dlookup based on a value in the query into another table.
For example:
Water: DLookUp("[rateleveli]","[tblLUrate]"," [tempcode]=
For example:
Water: DLookUp("[rateleveli]","[tblLUrate]"," [tempcode]=
Code:
")
Tempcode =is in my query
code = is in tblLUrate
both tempcode and code are text fields
I have tried many variations on the syntax to no avail.
Thank you in advance.