View Full Version : Grouping Table Data


JJT
11-02-2001, 04:53 AM
I have a table with over 500 records with the following fields. Category, Date, Grand Total, Total Male, Total Female. Many of the records have the same Category and Date.

Is it possible to create a new table which combines the records with have the same Category and Date and also total the Grand Total, Total Male and Total Female fields ?

Thanks....much.

Pat Hartman
11-02-2001, 08:56 AM
You should not do this by making new tables. Use queries as the recordsource for reports to get what you need as far as totals go.