knuckelhead
Technical User
I have a dlookup in my query which does Not give me an error message. however, it returns no answer. so i must have something wrong.
CPrateMH2: DLookUp("[CPrateMH]","tblCopPacking","[tblCopPacking]![PackType]='[tblFormulaMain]![PackType]'")
Packtype is a text field in both tables. I cannot use tblCopPacking in the qry; i get a "not updateable" condition. so i am using the Dlookup method to get the CPrateMH2 or manhours. tblFormulaMain is inside the qry.
do you see some obvious error?
CPrateMH2: DLookUp("[CPrateMH]","tblCopPacking","[tblCopPacking]![PackType]='[tblFormulaMain]![PackType]'")
Packtype is a text field in both tables. I cannot use tblCopPacking in the qry; i get a "not updateable" condition. so i am using the Dlookup method to get the CPrateMH2 or manhours. tblFormulaMain is inside the qry.
do you see some obvious error?