Updating calculation of form

  • Thread starter Thread starter FredVN
  • Start date Start date
F

FredVN

How can a make a calculation in a form object update automatically when data
used in the calculation changes. All data is with he same record.

This has to be simple, but darned if I can figure out how to do it.

thanks


FredVN
 
How can a make a calculation in a form object update automatically when data
used in the calculation changes. All data is with he same record.

This has to be simple, but darned if I can figure out how to do it.

thanks

FredVN

And the calculation is what?
Set the control source of an unbound control to:
=[Control1] + [Control2]
 
Back
Top