G
Guest
I have a Sales Form (frmSalesForm) that has a continuous subform
(frmSalesSub) to enter each product sold.
I also have a query (qryOnHandbyPurchase) that calculates QtyOnHand by
subtracting QtySold and QtyReturned from QtyPurchased.
When a sales person enters a sale, I need the database to test the QtySold
on frmSalesSub to make sure they are not entering more items than are
available to sell.
Suggestions? AfterUpdate Code?
(frmSalesSub) to enter each product sold.
I also have a query (qryOnHandbyPurchase) that calculates QtyOnHand by
subtracting QtySold and QtyReturned from QtyPurchased.
When a sales person enters a sale, I need the database to test the QtySold
on frmSalesSub to make sure they are not entering more items than are
available to sell.
Suggestions? AfterUpdate Code?