I will be processing customer rental records to get total counts of each type of unit rented by each customer, then totals for all the customers. For each customer, there may be any number of records, e.g, Smith may have 3 records with rental of "type" Table and 8 records of rental of "type" Chair. These rental "types" need to be collated with their quantities. I figure that the best solution would be to add counts to an array or rental types, but I'm not sure how to set this up in Crystal. Whe I am done, I need to print out:
Type Quantity
---- --------
for each customer and for the totals.
I have no idea in advance what the different data may be in the "Type" field.
How might I do this?
Thanks in advance for the help!
Meryl
Type Quantity
---- --------
for each customer and for the totals.
I have no idea in advance what the different data may be in the "Type" field.
How might I do this?
Thanks in advance for the help!
Meryl