G
Geoff
I have a subform that has controls with calculations in, using a value in
the main form. When I change the value in the main form I need the
calculations in the subform to update straight away.
I also have fields in the subform with calculations done on them ALSO in the
subform, and they update themselves because I have this code in the 'after
update' for each field that the calculation depends on:
DoCmd.RunCommand acCmdSaveRecord
The calculations then update as soon as I press enter to enter any values I
input. I can't make the same thing work when moving from the main form to
subform. I've tried putting that code in various places but I'm not getting
anywhere.
Any ideas please?
Thanks,
Geoff.
the main form. When I change the value in the main form I need the
calculations in the subform to update straight away.
I also have fields in the subform with calculations done on them ALSO in the
subform, and they update themselves because I have this code in the 'after
update' for each field that the calculation depends on:
DoCmd.RunCommand acCmdSaveRecord
The calculations then update as soon as I press enter to enter any values I
input. I can't make the same thing work when moving from the main form to
subform. I've tried putting that code in various places but I'm not getting
anywhere.
Any ideas please?
Thanks,
Geoff.