D
Darcy
I want to display a calculation based on items in a form and subforms.
There are several subforms on a tab control.
It would be nice if the calculation were updated when a user changes a value
on the form or any subform.
The acceptable compromise is to perform the calculation whenever a user
moves to a new record.
I tried the before and afterupdate methods of the form. They work great for
changes in the main form but don't fire when changes are made in the
subforms.
The current is great for executing code when the user arrives at a record
but when they make changes nothing happens.
Any suggestions?
Thanks in advance.
There are several subforms on a tab control.
It would be nice if the calculation were updated when a user changes a value
on the form or any subform.
The acceptable compromise is to perform the calculation whenever a user
moves to a new record.
I tried the before and afterupdate methods of the form. They work great for
changes in the main form but don't fire when changes are made in the
subforms.
The current is great for executing code when the user arrives at a record
but when they make changes nothing happens.
Any suggestions?
Thanks in advance.