Not sure if this is possible, but Just wandering if it can be done.
I have a report Movereport that has a sub report subreportTenants. The data are from tables that are related by movereportid. Well the subreport pulls names from the tenants table and can have up to 4 names with each movereport id.
My question is I have a text box in the subreport that the control source is set to =[FirstName]&" "&[LastName] which does what I want. The question is each name then goes in the report in a column. i.e.
Gene Johnson
Stephanie Johnson
etc.
Is there a way to get the name to diplay all on the same row of the report. i.e.
Gene Johnson Stephanie Johnson etc.
Any help in this or letting me know it can not be done would be great.
I can live with the way it does it now, it just takes up a lot of room on the report and it would work better in a row.
I have a report Movereport that has a sub report subreportTenants. The data are from tables that are related by movereportid. Well the subreport pulls names from the tenants table and can have up to 4 names with each movereport id.
My question is I have a text box in the subreport that the control source is set to =[FirstName]&" "&[LastName] which does what I want. The question is each name then goes in the report in a column. i.e.
Gene Johnson
Stephanie Johnson
etc.
Is there a way to get the name to diplay all on the same row of the report. i.e.
Gene Johnson Stephanie Johnson etc.
Any help in this or letting me know it can not be done would be great.
I can live with the way it does it now, it just takes up a lot of room on the report and it would work better in a row.