I have a control on the footer of a subform that sums a column. I set a control on the mainform equal to the control from the subform footer. I want to change the color of the mainform control based on the sum value. Problem seems that the sum is not updated in time for it to be evaluated for setting the color. Is it possible that the code runs too fast for the value to get to the mainform? I don't want to slow it down, is there another way?
John
John