S
S
Hello,
In my database, I have a table with Company Name, First name, Last name.
Example Data..
Shawn's Store Shawn Doe
Shawn's Store Jane Doe
Shawn's Store Peter Paul
Microsofts Store Harry Clein
Microsofts Store Count Johns
Microsofts Store Mary Smith
I would like to create a report that would group on Company name, and then
list the First name then Last name followed by a comma and continue listing
the names horizontally like so..
Shawn's Store
Shawn Doe, Jane Doe, Peter Paul
Microsofts Store
Harry Clein, Count Johns, Mary Smith
is this possible. everything i try gives me a list vertically and isn't what
i want. Any help would be greatly appreciated.
In my database, I have a table with Company Name, First name, Last name.
Example Data..
Shawn's Store Shawn Doe
Shawn's Store Jane Doe
Shawn's Store Peter Paul
Microsofts Store Harry Clein
Microsofts Store Count Johns
Microsofts Store Mary Smith
I would like to create a report that would group on Company name, and then
list the First name then Last name followed by a comma and continue listing
the names horizontally like so..
Shawn's Store
Shawn Doe, Jane Doe, Peter Paul
Microsofts Store
Harry Clein, Count Johns, Mary Smith
is this possible. everything i try gives me a list vertically and isn't what
i want. Any help would be greatly appreciated.