G
Guest
Hi Im doing an inventories DB of a product and the closing volume of day1 is
the opening volume of day2. I used dlookup to get the previous value, and Is
called EX1 on Query1;
EX1: DLookUp("[Volume]";"Record";"[ID]=" & [ID]-1)
After doing this I need to use EX1 as a new field on a new expression like
this:
EX2: DLookUp("[EX1]";"Query1";"[ID]=" & [ID]-1)....And this last expression
doesnt work....
Is possible to get the previos value of a calculated field that is in a
Query? I noticed that works fine with tables but when I want to use it with a
calculated value that is contained in a query doesnt work
the opening volume of day2. I used dlookup to get the previous value, and Is
called EX1 on Query1;
EX1: DLookUp("[Volume]";"Record";"[ID]=" & [ID]-1)
After doing this I need to use EX1 as a new field on a new expression like
this:
EX2: DLookUp("[EX1]";"Query1";"[ID]=" & [ID]-1)....And this last expression
doesnt work....
Is possible to get the previos value of a calculated field that is in a
Query? I noticed that works fine with tables but when I want to use it with a
calculated value that is contained in a query doesnt work