Could someone let me know how to autofill calculated fields in a subform (datasheet view with more than one record)?
I have a main form with cbobox. Selection will determine which records to display in the subform. Then there'll be calculations perform on each record.
I try to call the procedures on form_current event,
exp. Form_current()
CalculateBonus
CalculateCommission
but calculation will just be executed when I move between records. The only result shown automatically when the subform is requeried is just for the first record.
Which event is supposed to be triggered?
Thanks a lot,
Tin Tin
I have a main form with cbobox. Selection will determine which records to display in the subform. Then there'll be calculations perform on each record.
I try to call the procedures on form_current event,
exp. Form_current()
CalculateBonus
CalculateCommission
but calculation will just be executed when I move between records. The only result shown automatically when the subform is requeried is just for the first record.
Which event is supposed to be triggered?
Thanks a lot,
Tin Tin