Hi,
I work on construction site and have two different tables. One which shows the material identification code and the quantity required on the jobsite. Another table with the shipment numbers. Many times the material comes in more than one shipment, which has different numbers. The first table has only one line to each identification code and the total qty required. When I link to the second table it repeats the line because there is more than 1 shipment. I would like to know if it is possible to have all the shipments in the same field, so it will avoid repeating the lines;
Example:
1st table
Ident Code DESCRIPTION REQUIRED QTY
C5NZPU 16" PIPE 500
C5NZP6 12" PIPE 275
2nd table
Ident Code Shipment_# Ship Qty
C5NZPU NZ1566 100
C5NZPU NZ1899 200
C5NZPU NZ2001 200
C5NZP6 NZ1852 175
C5NZP6 NC1945 100
The result is:
Ident Code DESCRIPTION REQ. QTY Shipment_# Ship Qty
C5NZPU 16" PIPE 500 NZ1566 100
C5NZPU 16" PIPE 500 NZ1899 200
C5NZPU 16" PIPE 500 NZ2001 200
C5NZP6 12" PIPE 500 NZ1852 175
C5NZP6 12" PIPE 500 NZ1945 100
I want it to be:
C5NZPU 16" PIPE 500 NZ1566/NZ1899/NZ2001 500
C5NZP6 12' PIPE 275 NZ1852/NZ1945 275
Does anyone know how I can get it?
I appreciate very much.
Guilherme
I work on construction site and have two different tables. One which shows the material identification code and the quantity required on the jobsite. Another table with the shipment numbers. Many times the material comes in more than one shipment, which has different numbers. The first table has only one line to each identification code and the total qty required. When I link to the second table it repeats the line because there is more than 1 shipment. I would like to know if it is possible to have all the shipments in the same field, so it will avoid repeating the lines;
Example:
1st table
Ident Code DESCRIPTION REQUIRED QTY
C5NZPU 16" PIPE 500
C5NZP6 12" PIPE 275
2nd table
Ident Code Shipment_# Ship Qty
C5NZPU NZ1566 100
C5NZPU NZ1899 200
C5NZPU NZ2001 200
C5NZP6 NZ1852 175
C5NZP6 NC1945 100
The result is:
Ident Code DESCRIPTION REQ. QTY Shipment_# Ship Qty
C5NZPU 16" PIPE 500 NZ1566 100
C5NZPU 16" PIPE 500 NZ1899 200
C5NZPU 16" PIPE 500 NZ2001 200
C5NZP6 12" PIPE 500 NZ1852 175
C5NZP6 12" PIPE 500 NZ1945 100
I want it to be:
C5NZPU 16" PIPE 500 NZ1566/NZ1899/NZ2001 500
C5NZP6 12' PIPE 275 NZ1852/NZ1945 275
Does anyone know how I can get it?
I appreciate very much.
Guilherme
Comment