Hello. I have a Project database that has a query to calculate the quantities that need to be ordered. Items are entered in a subform which populates a table. I created a query that takes the QTY Needed subtracts QTY on hand and Qty on order. The first query pulls the QTY needed from the table and what I want is for it to sum what is needed for each part number. What is happening is for certain items it is generating numbers that are way out of whack.
example:
inventory system shows 175 routers on hand
we need 717 for 3 different projects
we have 598 on order
so it should show that I have 56 left, which would not show up on the TO BE ORDERED REPORT.
What I am getting from the query is 2151. Which is 717*3... why is this happening and how can I fix it?
Thanks in advance!
example:
inventory system shows 175 routers on hand
we need 717 for 3 different projects
we have 598 on order
so it should show that I have 56 left, which would not show up on the TO BE ORDERED REPORT.
What I am getting from the query is 2151. Which is 717*3... why is this happening and how can I fix it?
Thanks in advance!