Hello,
I am trying to seto up a Dlookup in a query.
My Dlookup field will retrieve data from a second query. The match criteria is the W field. This dlookup up process has to retrieve 24 different values from the second query (Query5). Unfortunatelly the function always brings the first value of the 2nd query for all the 24 fields.
My formula is the
Expr10: IIf([ph4]="Stock4";dLook Up("SumOfExpr2" ;"Query5";"[W]=" & "[Query5].[W]");[SumOfSell out]).
Is it something wrong with the formula or the Dlookup just works once!!!!
Many thanks
Demosthenis
I am trying to seto up a Dlookup in a query.
My Dlookup field will retrieve data from a second query. The match criteria is the W field. This dlookup up process has to retrieve 24 different values from the second query (Query5). Unfortunatelly the function always brings the first value of the 2nd query for all the 24 fields.
My formula is the
Expr10: IIf([ph4]="Stock4";dLook Up("SumOfExpr2" ;"Query5";"[W]=" & "[Query5].[W]");[SumOfSell out]).
Is it something wrong with the formula or the Dlookup just works once!!!!
Many thanks
Demosthenis
Comment