Beginning with Microsoft® Access 2000, you are able to apply conditional formatting to combo box and text box controls. This allows you to change certain display characteristics of the data contained in these controls, such as the background color and bold, depending on specific conditions.
There are two ways to create and apply conditional formats. You can select the control and click Conditional Formatting on the Format menu. Using Microsoft Visual Basic® for Applications (VBA), you can also create instances of FormatCondition objects with conditional formatting and add these to the FormatConditions collection.
|