E
EMILYTAN via AccessMonster.com
I have this suform with this control InQty, OutQty, TotalQty (In- Out Qty)
Example of data
Iteml | InQty| OutQty| TotalQty
ABC 4 1 3
CDE 10 5 5
Since the value of the InQty will be loaded in from excel, so when I open the
subform, I would like to generate all the total quantity all when loaded.
All controls are bound....
However, I tried to put in form load, but it can only work for the first
record.
Any help?
Example of data
Iteml | InQty| OutQty| TotalQty
ABC 4 1 3
CDE 10 5 5
Since the value of the InQty will be loaded in from excel, so when I open the
subform, I would like to generate all the total quantity all when loaded.
All controls are bound....
However, I tried to put in form load, but it can only work for the first
record.
Any help?