On a form, a text field has the three color conditions allowed in the Conditional Formatting dialog box.
OBJECTIVE:
I need a button to change the color of the text field from one of the three to a new color condition (grey).
RESEARCH:
In my research I have found a delete condition (I believe: Me![txtFieldName].FormatConditions.Delete), which hasn't worked, and a I'm not sure if deleting conditions is necessary. A lot of coding I've found includes If/Then statements, which do not seem to apply (except for If [you press this button] Then [that field will change from whatever color it is to Grey].
Any suggestions would be gratefully appreciated.
Thanks, in advance.
OBJECTIVE:
I need a button to change the color of the text field from one of the three to a new color condition (grey).
RESEARCH:
In my research I have found a delete condition (I believe: Me![txtFieldName].FormatConditions.Delete), which hasn't worked, and a I'm not sure if deleting conditions is necessary. A lot of coding I've found includes If/Then statements, which do not seem to apply (except for If [you press this button] Then [that field will change from whatever color it is to Grey].
Any suggestions would be gratefully appreciated.
Thanks, in advance.
Last edited: