I have a continuous subform that is populated from a query dynamically created by the master form. On each of the lines in the subform I have an object that I would like to change the background color on depending on the amount. I normally would use the onCurrent property to set the control on the form, but that only works for the entire form. Is there an event that processes for each detail line? Any suggestions on how to dynamically modify the controls on the subform?