Eightball3
Programmer
I am trying to construct a query where one of the fields is a looked up value based on the value of a field in the query. I am having trouble referring to the fiel in the Dlookup statement. Here is what I have..that isn't working .
Model: DLookUp("[model]","inventory","[file number] = [queries].[service by model].[file number]"
Service by Model is the name of the query.
Any help would be appreciated.
Model: DLookUp("[model]","inventory","[file number] = [queries].[service by model].[file number]"
Service by Model is the name of the query.
Any help would be appreciated.