G Guest Apr 21, 2007 #2 To change the color using code? e.g change to red use: Me.TextBoxName.ForeColor = 255 Or, open the text box properties and change the ForeColor Property by selecting another one. If you want to change the color of the font depending on a criteria then use the Conditional Formatting
To change the color using code? e.g change to red use: Me.TextBoxName.ForeColor = 255 Or, open the text box properties and change the ForeColor Property by selecting another one. If you want to change the color of the font depending on a criteria then use the Conditional Formatting