M
Mark McCauley
I have a report that consists of groups of parts that have four fields -
qty, width, length, and description.
Each record is individually listed. For example:
Qty Width Length Description
1 12 24 Top
3 12 24 Top
5 12 24 Top
___
9
I would like to able to combine and total the records on the report when the
width and the length and the description are each equal. For the previous
example:
Qty Width Length Description
9 12 24 Top
___
How can I do that?
qty, width, length, and description.
Each record is individually listed. For example:
Qty Width Length Description
1 12 24 Top
3 12 24 Top
5 12 24 Top
___
9
I would like to able to combine and total the records on the report when the
width and the length and the description are each equal. For the previous
example:
Qty Width Length Description
9 12 24 Top
___
How can I do that?