D
Dustin B
I have a linked table full of data on shipments. Each shipment has a file
number container number and container size. I have a query where I group by
container size and file number then count container number to show how many
of each type of containers there are for each file. That works just fine.
The problem I have is I now need to make a end query that shows File number,
Container Type, Number of Containers per type, and all container numbers that
are grouped under that container type and file number. Example below.
File Number - 45643156
# of Containers - 3
Container Type - 40
Container Number - CBHU4564647, MOLU4513467,APLU4561348
File Number - 45643156
# of Containers - 2
Container Type - 20
COntainer Number - CGHU4564672,OLUD4564678,TGHU4564631
All I need to know how to do in the above is get the query to list each
container number like I have it. Any help would be appreacited. Thank you.
number container number and container size. I have a query where I group by
container size and file number then count container number to show how many
of each type of containers there are for each file. That works just fine.
The problem I have is I now need to make a end query that shows File number,
Container Type, Number of Containers per type, and all container numbers that
are grouped under that container type and file number. Example below.
File Number - 45643156
# of Containers - 3
Container Type - 40
Container Number - CBHU4564647, MOLU4513467,APLU4561348
File Number - 45643156
# of Containers - 2
Container Type - 20
COntainer Number - CGHU4564672,OLUD4564678,TGHU4564631
All I need to know how to do in the above is get the query to list each
container number like I have it. Any help would be appreacited. Thank you.