I have a combo box on my main form with the values: Not in collection, In Collection. If I choose the section "In Collection" from my combo box I would like the font color of that particular record in my text box named "Title" to change to black. if I choose the selection "Not In Collection" from my combo box I would like the font color of that particular record in my text box Named "Title" to change to red. I am not sure how to do this.