I am working with the Inventory Dbase and I have a “Reorder Level” field which the quantity varies. I also have a query field Qty On Hand
[PHP]Qty On Hand: Sum([Material Inventory Tran]![Qty Received]-[Material Inventory Tran]![Qty Issued])[/PHP]
I’m trying to make a query to show all "Qty On Hand" that is less than the "Reorder Level". How do I make that Statement.
Thanks
John
[PHP]Qty On Hand: Sum([Material Inventory Tran]![Qty Received]-[Material Inventory Tran]![Qty Issued])[/PHP]
I’m trying to make a query to show all "Qty On Hand" that is less than the "Reorder Level". How do I make that Statement.
Thanks
John
Comment