knuckelhead
Technical User
I give up. In my QryQuote. I have a calculated field named JunctionFormula.
I want to have my JunctionID (number, long integer) field in tblQuote to match up to JunctionID (autonumber, Long integer) in tblJunction. And then get me the FormulaId as my answer. Here is the Dlookup syntax in my QryQuote field JunctionFormula.
JunctionFormula: DLookUp("[FormulaID]","tblJunction","[tblJunction]![JunctionID]='[tblQuote]![JunctionID]'")
what am i doing wrong? the answer is not the proper JunctionID. I get the first formula in tblJunction. The dlookup quits at that 1st tblJunction record. if i am looking for JunctionID 3952, i always get formulaID for JunctionID number 1. the dlookup does not keep looking downwards. maybe i have a quote wrong somehow??
thanks
I want to have my JunctionID (number, long integer) field in tblQuote to match up to JunctionID (autonumber, Long integer) in tblJunction. And then get me the FormulaId as my answer. Here is the Dlookup syntax in my QryQuote field JunctionFormula.
JunctionFormula: DLookUp("[FormulaID]","tblJunction","[tblJunction]![JunctionID]='[tblQuote]![JunctionID]'")
what am i doing wrong? the answer is not the proper JunctionID. I get the first formula in tblJunction. The dlookup quits at that 1st tblJunction record. if i am looking for JunctionID 3952, i always get formulaID for JunctionID number 1. the dlookup does not keep looking downwards. maybe i have a quote wrong somehow??
thanks