I am trying to update a calculated value form 2 fields on my subform. Using the formula below. How or where should I put this code? I had it on the after update event, but it would was trying to calculate and not allowing me to tab out of the field.
As you can see, I need the field "Difference" which is not editable to show the difference between the 2 other fields.
Me.Difference = [SetReOrderLevel] - [OnHand]