Hello everybody,
What i'm trying to accomplish is getting these "count" formulas examples:
Under 5: Abs(Sum(IIf([AGE]<5 And [2008]=Yes,True)))
5-9: Abs(Sum(IIf([AGE]>=5 And [AGE]<=9 And [2008]=Yes,True)))
Right now they are telling me the counts correctly with the criteria that the data field "2008" is checked. I would like it to give me the counts but instead of the 2008 being checked criteria, with a date field and the criteria "between [enter start date] and [enter end date]. So the end goal is for the query / report to be run, the user entering a start and end date, and it giving me the respective counts (under 5, 5-9, etc.) with the between dates criteria for all of them... Is this possible? Thanks in advance to all who read.
-Ibero
What i'm trying to accomplish is getting these "count" formulas examples:
Under 5: Abs(Sum(IIf([AGE]<5 And [2008]=Yes,True)))
5-9: Abs(Sum(IIf([AGE]>=5 And [AGE]<=9 And [2008]=Yes,True)))
Right now they are telling me the counts correctly with the criteria that the data field "2008" is checked. I would like it to give me the counts but instead of the 2008 being checked criteria, with a date field and the criteria "between [enter start date] and [enter end date]. So the end goal is for the query / report to be run, the user entering a start and end date, and it giving me the respective counts (under 5, 5-9, etc.) with the between dates criteria for all of them... Is this possible? Thanks in advance to all who read.
-Ibero