G
Guest
I am trying to make a query that will give me a count of all the values in a
column that are <=25 broken up by month. At the moment for the count I have a
query that looks like this:
ShowCount: Sum(IIf([MyTBL]![Tot Chargeback]<=25,1,0))
but it only returns a count of about 15 total, yet the true number is over
5000
Any suggestions?
Thanks,
Pete
column that are <=25 broken up by month. At the moment for the count I have a
query that looks like this:
ShowCount: Sum(IIf([MyTBL]![Tot Chargeback]<=25,1,0))
but it only returns a count of about 15 total, yet the true number is over
5000
Any suggestions?
Thanks,
Pete