AJ,
You could, in the query that the report is based on, make a calculated
field for the discount break. Here's one approach...
Discount: Switch([Age]<1,0,[Age] Between 1 And 5,.025,[Age] Between 6
And 10,.05,.... etc)
... and then you could use this field for the grouping in your report.
Does that do what you want?
--
Steve Schapel, Microsoft Access MVP
I currently have an expression that returns a persons Age based on
their birthdate. I am trying to group these individual Age records,
i.e. Less than 1; 1-5yr, 6-10yr. etc.; to be able to apply Discounts
based on each age range. I am probably making this more difficult than
what it actually is.
I have used the grouping and sorting feature before, but do not see
where you can set the specific criteria that I need. Is this
something that should actually occur in the query itself??
AJ - R.Black Conceptual Design