I have a table with these fields:
Batch, QuantityIn, QuantityOut, DateIn, DateOut
I would like to display the difference of Sum of QuantityIn and Sum of QuantityOut (SumOfQuantityIn - SumOfQuantityOut) for a period (between DateIn and DateOut) for a single Batch in a TextBox.
Please help.
Thanks
Batch, QuantityIn, QuantityOut, DateIn, DateOut
I would like to display the difference of Sum of QuantityIn and Sum of QuantityOut (SumOfQuantityIn - SumOfQuantityOut) for a period (between DateIn and DateOut) for a single Batch in a TextBox.
Please help.
Thanks