A family of Microsoft relational database management systems designed for ease of use.
A continuous form contains only a single set of controls that is used to display all records. If you apply formatting to a control (for example set its Visible property to True or False), it applies to all records in the form simultaneously.
The only exception is conditional formatting - you can change some properties of text boxes and combo boxes depending on the data in the record or on whether the control has the focus.
You can change:
- fill color
- font color
- bold, italic, underline
- enabled/disabled
As you see, visibility is not among these properties: you can't hide/unhide a control using conditional formatting, only disable/enable it.