Hello
I have been working on this for a few days, and have run out of ideas and am hoping someone here can point me in the right direction.
I am using Crystal Reports 9 and a MS Access Database.
I have one table with Advertising Catagory descriptions such as:
Yellow Pages
Drive By
Referral
The other table with the customers has a field with a number that holds the bitmap as to what advertising catagories where choosen for that customer.
I am trying to get a report that would show me totals of each catagories next to the appropraite catagory name, such as:
Yellow Pages 79
Drive By 149
Referral 98
The catagory descriptions would not normally not have more then 20 records.
There is no kind of common linking between the tables.
I was trying to use an array for each field and display the results as needed, but am not making much progress or I am missing something. Perhaps there is a different way of getting the results I am looking for.
Any help would be appreciated, thanks in advance.
TC
I have been working on this for a few days, and have run out of ideas and am hoping someone here can point me in the right direction.
I am using Crystal Reports 9 and a MS Access Database.
I have one table with Advertising Catagory descriptions such as:
Yellow Pages
Drive By
Referral
The other table with the customers has a field with a number that holds the bitmap as to what advertising catagories where choosen for that customer.
I am trying to get a report that would show me totals of each catagories next to the appropraite catagory name, such as:
Yellow Pages 79
Drive By 149
Referral 98
The catagory descriptions would not normally not have more then 20 records.
There is no kind of common linking between the tables.
I was trying to use an array for each field and display the results as needed, but am not making much progress or I am missing something. Perhaps there is a different way of getting the results I am looking for.
Any help would be appreciated, thanks in advance.
TC