MarkGardner
Registered User.
- Local time
- Today, 03:38
- Joined
- Mar 27, 2008
- Messages
- 43
ACCESS2007
I am trying to sum fields and group related records together (as in a report, but in an append query) so that I can place the resulting summarized data into another table. The sum functions get me field totals, but I cannot find anything that will allow me to total by groupings in a query. I am looking for something similar to the report groupings that work so well.
I have a field called STMTCODE that I want to group together all records with the same stmtcode. Then I want to sum all fields with the same STMTCODE into a single record in a different table.
Thanks to anyone that can assist.
Mark Gardner
I am trying to sum fields and group related records together (as in a report, but in an append query) so that I can place the resulting summarized data into another table. The sum functions get me field totals, but I cannot find anything that will allow me to total by groupings in a query. I am looking for something similar to the report groupings that work so well.
I have a field called STMTCODE that I want to group together all records with the same stmtcode. Then I want to sum all fields with the same STMTCODE into a single record in a different table.
Thanks to anyone that can assist.
Mark Gardner