K
kashif_javed
Hi,
I need some help regarding data comparison/validation. I have two tables
Stock_Master and Stock_Detail containing the details of item received.
Then there are two tables of Invoice_Master and Invoice_Detail containing
the details of item sold.
What i want is when the user enters the item quantity in Invoice_Detail, it
first check the sum of item quantity that exist in Stock_Detail for that
particular item. If the quantity entered is less than the sum of quantity in
stock_detail, only then it allow to save record.
Please anyone guide me how I can put this validation check.
Thanks in advance.
I need some help regarding data comparison/validation. I have two tables
Stock_Master and Stock_Detail containing the details of item received.
Then there are two tables of Invoice_Master and Invoice_Detail containing
the details of item sold.
What i want is when the user enters the item quantity in Invoice_Detail, it
first check the sum of item quantity that exist in Stock_Detail for that
particular item. If the quantity entered is less than the sum of quantity in
stock_detail, only then it allow to save record.
Please anyone guide me how I can put this validation check.
Thanks in advance.