rofferer
Programmer
- Jul 11, 2006
- 8
I have done a report that shows one line for each customer together with the total number of sold items.
I now have to change this report so that it shows the different product groups for the items. The items table has a field that links to a product groups table.
Have done it, but only so that every actual group gets its own row. I.e. one spcific customer is displayed on 3 rows if he has bought items from 3 product groups.
Bu the intention is still to show all the totals on one row for each customer. Example:
Customer Grp1 Grp2 Grp3
Jones 12 0 6
Smith 10 9 7
How can I put these numbers in group fields?
If not possible in an Access report direct, is there a way to make a file of the report to Excel or perhaps to another Access table that will be emptied each time before population? Or any other suggestion?
Thanks / Rolf
I now have to change this report so that it shows the different product groups for the items. The items table has a field that links to a product groups table.
Have done it, but only so that every actual group gets its own row. I.e. one spcific customer is displayed on 3 rows if he has bought items from 3 product groups.
Bu the intention is still to show all the totals on one row for each customer. Example:
Customer Grp1 Grp2 Grp3
Jones 12 0 6
Smith 10 9 7
How can I put these numbers in group fields?
If not possible in an Access report direct, is there a way to make a file of the report to Excel or perhaps to another Access table that will be emptied each time before population? Or any other suggestion?
Thanks / Rolf