Hi All
What I have is a table with the following info.
Componet Size TotalQuantity AmountperPallet Batchno
Piece A Large 1200 510 57
What I would like is to create a query that will compute the amout of pallets required and create a record for these, so in this example I would want my quety to show the following information.
Componet Size TotalQuantity AmountonPallet Batchno
Piece A Large 1200 510 57
Piece A Large 1200 510 57
Piece A Large 1200 180 57
So the query would work out from the table how many times the AmountperPallet can go into the totalquantity, in this case 2 then work out the remainder in this case 180 and display the 3 records as above.
Can this be achieved?
Regards
Douglas Bell
What I have is a table with the following info.
Componet Size TotalQuantity AmountperPallet Batchno
Piece A Large 1200 510 57
What I would like is to create a query that will compute the amout of pallets required and create a record for these, so in this example I would want my quety to show the following information.
Componet Size TotalQuantity AmountonPallet Batchno
Piece A Large 1200 510 57
Piece A Large 1200 510 57
Piece A Large 1200 180 57
So the query would work out from the table how many times the AmountperPallet can go into the totalquantity, in this case 2 then work out the remainder in this case 180 and display the 3 records as above.
Can this be achieved?
Regards
Douglas Bell