I have a report with 2 fields: Grouped on [Name]
Under Detail [Room]
The output looks like this:
John Doe
Rm 100
Rm 200
Mary Jane
Rm 100
Rm 300
Rm 400
Is there a way to make it look like this?
John Doe
Rm 100, Rm 200
Mary Jane
Rm 100, Rm 300, Rm 400
I know how to string fields: [field A]&", "&[field B]
But that does not work here.
thanks
Under Detail [Room]
The output looks like this:
John Doe
Rm 100
Rm 200
Mary Jane
Rm 100
Rm 300
Rm 400
Is there a way to make it look like this?
John Doe
Rm 100, Rm 200
Mary Jane
Rm 100, Rm 300, Rm 400
I know how to string fields: [field A]&", "&[field B]
But that does not work here.
thanks
Last edited: