mischief911
Technical User
I am trying to set the backcolor/forecolor property for four textboxes on a form based upon the whether different combinations of the textboxes currently contain data (is not null) I hooked this event to the Form's OnCurrent event. Stepping through my code the conditional statements correctly detect when the four textboxes respective colors should be set for based upon the data contents of a given record. However, when I move to a new record in the recordset the textboxes remain in the state for the record that first set them - no form refresh or control refresh event occurs to reset them to the appropriate values for the record currently displayed. Any ideas what