Hi
I am currently involved in my first access project at work, and have come across a report problem that is beyond my (rather limited) skills.
I need to produce a report that shows a list of activities, along with a list of the people involved in those activities.
The activities are listed in the table 'activities', with the users involved in a 'users' table. In order for many users to be involved in a single given activity, I created a junction table 'users involved'.
To get my list of activities that shows all of the users involved, I used a query that uses a left join, thus showing all of the users for a given activity.
My report, however, shows the activity once for each user
for example
Activity X 1/1/02 Jo Bloggs
Activity X 1/1/02 Jon Smith
What i need is the report to show
Activity X 1/1/02 Jo Bloggs, Jon smith
As that would be much more readable....
Sorry for the huge first post, but I need to get the whole show on the road by Friday (gulp!) and this is my final hurdle.
Any help would be greatly appreciated!
Thanks
Graham
I am currently involved in my first access project at work, and have come across a report problem that is beyond my (rather limited) skills.
I need to produce a report that shows a list of activities, along with a list of the people involved in those activities.
The activities are listed in the table 'activities', with the users involved in a 'users' table. In order for many users to be involved in a single given activity, I created a junction table 'users involved'.
To get my list of activities that shows all of the users involved, I used a query that uses a left join, thus showing all of the users for a given activity.
My report, however, shows the activity once for each user
for example
Activity X 1/1/02 Jo Bloggs
Activity X 1/1/02 Jon Smith
What i need is the report to show
Activity X 1/1/02 Jo Bloggs, Jon smith
As that would be much more readable....
Sorry for the huge first post, but I need to get the whole show on the road by Friday (gulp!) and this is my final hurdle.
Any help would be greatly appreciated!
Thanks
Graham