I created a query to capture how many UNIQUE customers there would be in a given time frame. A single customer may have multiple orders. I created a parameter query to capture the time frame.
How would I get the total count of UNIQUE customers?
Table: Orders Field: Cust_ID and Ord_Date
Is...
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 created an IIF statement for cell named CircForPlanCalcs:
=IIf([Text285] Is Null,[Circulation],[Text285])
is the formula.
it works fine, I only need to find a way to SUM up these values that it pulled. I tried
Sum([CircForPlanCalcs]) but it recognized it as a parmater query.
Any help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.