M
Midland
I am working with the following expression in my query:
QSetUpNum: DLookUp("[DataLink]![SetupNum]","[DataLink]","[PN]")
The query name is InQry, the Datalink table is a reference for production
set up and completion rates. "PN" is a field name in InQry. I get the
impression that an aggregrate function in expression cannot refer to another
field in the same query, expect that this is not a restriction I can find
anywhere in my reference material. No matter what I put in that third
argument, I get the "cannot find the name" error message. What am I missing?
QSetUpNum: DLookUp("[DataLink]![SetupNum]","[DataLink]","[PN]")
The query name is InQry, the Datalink table is a reference for production
set up and completion rates. "PN" is a field name in InQry. I get the
impression that an aggregrate function in expression cannot refer to another
field in the same query, expect that this is not a restriction I can find
anywhere in my reference material. No matter what I put in that third
argument, I get the "cannot find the name" error message. What am I missing?