Bkenney228
Programmer
Here is my problem, I hope someone out there can help...
I have a table with a list of assignments, and a table with a list of resources. Each assignment in my table will have at least 2 resources assigned. I am trying to build a query that will display the assignment and the assigned resource. currently when I run my query I get the following output:
Assignment | Resource
334142 | Jane Doe
334142 | Jon Doe
The output I am looking for is:
Assignment | Resource
223142 | Jane Doe, Jon Doe
Does anyone out there have an idea on how I get the desired output? Any info would be greatly appreciated.
Thanks for your time
I have a table with a list of assignments, and a table with a list of resources. Each assignment in my table will have at least 2 resources assigned. I am trying to build a query that will display the assignment and the assigned resource. currently when I run my query I get the following output:
Assignment | Resource
334142 | Jane Doe
334142 | Jon Doe
The output I am looking for is:
Assignment | Resource
223142 | Jane Doe, Jon Doe
Does anyone out there have an idea on how I get the desired output? Any info would be greatly appreciated.
Thanks for your time