N
NeedExcelHelp07
I want to make a report off of a query. That query lists the name, id, and
items bought (Product). For each item bought, there's a new line with the
name and id and then the product purchased. I want to make a report that
lists the name, id, and then products purchased on one line per individual
name.
Below is what I have and then what I'm trying to get.
What I have:
Name ID Product
John Hascua 1234 computer
John Hascua 1234 Phone
John Hascua 1234 Monitor
Jeff Green 1524 computer
Jeff Green 1524 Memory Card
The way I would like the report to look:
Name ID Product
John Hascua 1234 computer, Phone, Mointor
Jeff Green 1524 computer, memory Card
Thanks!
items bought (Product). For each item bought, there's a new line with the
name and id and then the product purchased. I want to make a report that
lists the name, id, and then products purchased on one line per individual
name.
Below is what I have and then what I'm trying to get.
What I have:
Name ID Product
John Hascua 1234 computer
John Hascua 1234 Phone
John Hascua 1234 Monitor
Jeff Green 1524 computer
Jeff Green 1524 Memory Card
The way I would like the report to look:
Name ID Product
John Hascua 1234 computer, Phone, Mointor
Jeff Green 1524 computer, memory Card
Thanks!