Hello all,
I'm trying to run a report that has customer data. I want one record per customer.
What is happening is that I have included a field that creates multiple records for one customer. It's basically to indicate what items a customer has.
For example, let's say customer "Bob" has the following items: "Apple", "Orange", "Banana" (3 items). Customer "Fred" has one item: "Orange". So in my report thusfar, "Bob" has three records and "Fred" has one record. How can I get it so that "Bob" has one record that lists all three items?
What I have:
Bob Apple
Bob Orange
Bob Banana
Fred Orange
What I want:
Bob Apple Orange Banana
Fred Orange
OR
Bob Apple Orange Banana
Fred Orange
I don't care about formatting. I figure I will have my columns say something like "Item1" "Item2", etc.
Any help is appreciated - thanks in advance!
I'm trying to run a report that has customer data. I want one record per customer.
What is happening is that I have included a field that creates multiple records for one customer. It's basically to indicate what items a customer has.
For example, let's say customer "Bob" has the following items: "Apple", "Orange", "Banana" (3 items). Customer "Fred" has one item: "Orange". So in my report thusfar, "Bob" has three records and "Fred" has one record. How can I get it so that "Bob" has one record that lists all three items?
What I have:
Bob Apple
Bob Orange
Bob Banana
Fred Orange
What I want:
Bob Apple Orange Banana
Fred Orange
OR
Bob Apple Orange Banana
Fred Orange
I don't care about formatting. I figure I will have my columns say something like "Item1" "Item2", etc.
Any help is appreciated - thanks in advance!