Hello all,
I have a query built that is giving me exactly what I want. Now I want to take that query and expand on it, I want to be able to put in a PN and have the results output as they currently are but then add another field for "[Qty to Build]" and use the "Qty" and multiply that by the "[Qty to Build] which would be entered when the query is ran. I also want the query to create a new table. Is this something that can be done or is there another, better way to do it?
The existing query consists of the following fields
MfrPartNumber - this is the parent Assembly PN
PartDescription - Description of the parent Assembly
Child_Part_Number - PN of the child parts in the Assembly
Qty - Qty of each child part
Child_Part_Description - Description of the child Part
I want the new table to have all of those fields plus another for Order Qty, so the new table would have the following fields.
MfrPartNumber - this is the parent Assembly PN
PartDescription - Description of the parent Assembly
Child_Part_Number - PN of the child parts in the Assembly
Qty - Qty of each child part
Child_Part_Description - Description of the child Part
Order_Qty - Calculated qty for each child part based on input qty for Order Qty when the query runs.
Would it be better just to have the table predefined so the Order Qty field is already present and just recreate the table when the query runs?
I was planning on have 2 input fields when the query runs, 1 for "Assembly Part Number" which I already have and is working great, and another for "Order Qty".
Thanks
Dave