I have a form that displays 20 records at a time. On each line, 2 controls display table fields & 1 control displays a value calculated from the other 2. I want the value in that control to be recalculated & displayed whenever either of the other 2 values are changed by the form user. Only the value for that line should be changed. I tried putting a macro in the After Update event of the 2 controls. It ran the query that does the calculation, but all lines got changed, even tho the query had a criteria specifying the control.