Got a simple table like this:
DeptNo
EmployeeName
I want to produce a report that looks like this:
Accounting Susan, Andy, Bill, Frank
Marketing Mark, Bill, Bill, James, William
rather than:
Accounting Susan
Accounting Andy
Accounting Bill
.
. etc
.
Any hints on how to build up such a string of names?
DeptNo
EmployeeName
I want to produce a report that looks like this:
Accounting Susan, Andy, Bill, Frank
Marketing Mark, Bill, Bill, James, William
rather than:
Accounting Susan
Accounting Andy
Accounting Bill
.
. etc
.
Any hints on how to build up such a string of names?