Good evening:
I have an Access query that lists customer subscriptions to our products for
the current month and the 7 preceeding months (One column for each month). A customer can subscribe to more than one product,
therefore the subscriptions are listed multiple times each month. (one record for each
subscription).
I need to combine the records for each customer, for their current
product(s).
Example:
ABC COMPANY__________SUBSCRIPTION 1
ABC COMPANY__________SUBSCRIPTION 2
ABC COMPANY__________SUBSCRIPTION 3
How do I combine the subscriptions into one column instead or multiple rows?
(see below) Possibly, but not necessarily, comma delimited.
Like this...
ABC COMPANY_________SUBSCRIPTION 1, SUBSCRIPTION 2, SUBSCRIPTION 3
I have an Access query that lists customer subscriptions to our products for
the current month and the 7 preceeding months (One column for each month). A customer can subscribe to more than one product,
therefore the subscriptions are listed multiple times each month. (one record for each
subscription).
I need to combine the records for each customer, for their current
product(s).
Example:
ABC COMPANY__________SUBSCRIPTION 1
ABC COMPANY__________SUBSCRIPTION 2
ABC COMPANY__________SUBSCRIPTION 3
How do I combine the subscriptions into one column instead or multiple rows?
(see below) Possibly, but not necessarily, comma delimited.
Like this...
ABC COMPANY_________SUBSCRIPTION 1, SUBSCRIPTION 2, SUBSCRIPTION 3