I created an IIF statement formula that pulls data if it meets the criteria. If data is null in the Plan
Circ(Text285) then it pulls data from Circulation(Circulation) into a 'make-shift' cell named CircForPlanCalcs: The IIF works fine, it's just that I need to SUM up the pulled data. Everytime I try to do this, Access reads the Sum(CircForPlanCalcs) formula as a parameter query.
CircForPlanCalcs =IIf([Text285] Is Null,[Circulation],[Text285])
is the formula.
Detail area: Text285, Circulation
Footer: I need the Sum of CircForPlanCalcs.
How do I sum up CircForPlanCalcs? Could it be a circular issue?
Any help would be greatly appreciated!
Circ(Text285) then it pulls data from Circulation(Circulation) into a 'make-shift' cell named CircForPlanCalcs: The IIF works fine, it's just that I need to SUM up the pulled data. Everytime I try to do this, Access reads the Sum(CircForPlanCalcs) formula as a parameter query.
CircForPlanCalcs =IIf([Text285] Is Null,[Circulation],[Text285])
is the formula.
Detail area: Text285, Circulation
Footer: I need the Sum of CircForPlanCalcs.
How do I sum up CircForPlanCalcs? Could it be a circular issue?
Any help would be greatly appreciated!