G
Guest
Hi all,
I have a main form contains a subform. There is a field in subform
called "Qty", and there is a field called grand total in the main form. A
routine is called to update Grandtotal when the lostfocus event on Qty field
in the subform is triggered.
The routine runs a select query which returns a records set (sum of Qty),
all the records are turned. however, the last changed record is not uptodate
(it is not updated during this phase).
can someone plz tell me where i should call that routine if that's not
the right place?
I have a main form contains a subform. There is a field in subform
called "Qty", and there is a field called grand total in the main form. A
routine is called to update Grandtotal when the lostfocus event on Qty field
in the subform is triggered.
The routine runs a select query which returns a records set (sum of Qty),
all the records are turned. however, the last changed record is not uptodate
(it is not updated during this phase).
can someone plz tell me where i should call that routine if that's not
the right place?