Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: anhfuego1
  • Content: Threads
  • Order by date
  1. anhfuego1

    How do I get UNIQUE Data?

    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...
  2. anhfuego1

    Anyone Help With SUM IIF Statement.

    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...
  3. anhfuego1

    How do I SUM an IIf Statement?

    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...

Part and Inventory Search

Back
Top