Does your Category field contain both the category and subcategory? If so,
can you split this into two separate fields to allow grouping by category or
subcategory in your report?
If you can't create new fields, you can create calculated fields for
totalling on:
=Left([Category],Instr([Category],":"))
If you need more help, maybe tell us if the data your provided is detail or
summary information and if it is what you expect and where you expect it.
--
Duane Hookom
MS Access MVP
dorchfc said:
Maybe that wasnt the best description of what i want to do.
Here is an example.
Category SubTotal
Training: T&C £1000
Training: Install £1200
Manuals: T&C £ 900
Manuals: Training £1500
Several of the fields have been removed fro clarity, but what i want to do
is create a report that Totals all entries containing Training in the
category field and displays the total, as well as the total for all entries
containing Manuals in the category field.
Finally in the report footer I will add a Grand Total box to show the
overall cost (I know how this is done)