G
Guest
version: Access 2003 SP2
I have a table that categorizes projects, project resource types and project
resource names. There is one project ID per project, multiple resource types
within the project and multiple resource names within the resource types. I
want to find a way to do a query that roll up the resource type and list the
applicable resource names separated by a comma on one record line. So if I
do a simple query asking for resource type and names by project, I get this:
Project ID Resource Type Resource Name
12345 A **
12345 A ##
12345 B !!
12345 B ^^
I would like this:
Project ID Resource Type Resource Name
12345 A **, ##
12345 B !!, ^^
Much obliged for any help! Thank you!
I have a table that categorizes projects, project resource types and project
resource names. There is one project ID per project, multiple resource types
within the project and multiple resource names within the resource types. I
want to find a way to do a query that roll up the resource type and list the
applicable resource names separated by a comma on one record line. So if I
do a simple query asking for resource type and names by project, I get this:
Project ID Resource Type Resource Name
12345 A **
12345 A ##
12345 B !!
12345 B ^^
I would like this:
Project ID Resource Type Resource Name
12345 A **, ##
12345 B !!, ^^
Much obliged for any help! Thank you!