G
Guest
I imported an excel file into a form. I made the form the way I want it and
added some unbound fields. The unbound fields are a subtotal and total. I
have my code and it works fine, but I have to go to some of the other fields
and retype the value so that my subtotal and total will recalulate. Is there
a better place to put my code instead of the AfterUpdate so that when you
enter into the form it automatically updates? And do I have to do my code
for each field or is there a place to do it that speaks to the entire form.
Thank You.
added some unbound fields. The unbound fields are a subtotal and total. I
have my code and it works fine, but I have to go to some of the other fields
and retype the value so that my subtotal and total will recalulate. Is there
a better place to put my code instead of the AfterUpdate so that when you
enter into the form it automatically updates? And do I have to do my code
for each field or is there a place to do it that speaks to the entire form.
Thank You.
[FieldA] + [FieldB] + [Shipping] ) * [TaxRate]