I have
TblStock with fields ProductCode (String) and ProdAvailable (Number).
I have another table
TblSales with ProductCode (String).
I wish to check the record count of ProductCode in TblSales whether it is equal or less than ProductAvailable in TblStock.
I wish to prevent the user from selling more than what is available.
Thanks for your help.
TblStock with fields ProductCode (String) and ProdAvailable (Number).
I have another table
TblSales with ProductCode (String).
I wish to check the record count of ProductCode in TblSales whether it is equal or less than ProductAvailable in TblStock.
I wish to prevent the user from selling more than what is available.
Thanks for your help.