Ok here is the issue..
I have an inventory query that has one field called Qty On Hand and the code for the field is as follows:
Code:
Qty On Hand: [Qty Purchased]-[Qty Sold]
now here is my issue..
I already have a list that tells me what is on hand at this moment. and being that we are staring out on this new DB we want to make sure that this shows this amount and be able to deduct it from that amount instead of creating a Purchase order for each and every item. I know how to create a table/query that has this amount on hand but as we go along when this dwindles down i want to remove this table/query and let it go back to the code above.
so how will i code this to where this can do that?
ask me direct questions if you are not sure if i am explaining this correctly
TIA
Stephanie