djfeldspiff
Programmer
Good morning everyone,
I have an "Order" table that has the following for data:
Ord# Part# Zone
1 1 A
1 2 B
1 3 C
My goal is to create a separate table that reads the data from the "Order" table and produces the following:
Ord# Zone
1 A,B,C
I'm using Access2000. I know I need to loop through the records by Ord#, but am having some difficult with the Zone data and getting it to the desired output.
Any direction is greatly appreciated.
I have an "Order" table that has the following for data:
Ord# Part# Zone
1 1 A
1 2 B
1 3 C
My goal is to create a separate table that reads the data from the "Order" table and produces the following:
Ord# Zone
1 A,B,C
I'm using Access2000. I know I need to loop through the records by Ord#, but am having some difficult with the Zone data and getting it to the desired output.
Any direction is greatly appreciated.