Hello all.
I have several fields that are calculated from other fields. They are very simple calculations.
My research has repeatedly shown that in an Access form, if I type in Me.Field1 = (Me.Field2 * Me.Field3) in the 'After Update" section, then anytime Field2 or Field3 is updated, this...