Run-time Settable Properties

In version 1.x, the only form and control properties you could set from macros or Microsoft Access Basic code were the value of a control and whether it was visible. To change properties in an application, the developer had to resort to strange workarounds. In Microsoft Access 2.0, virtually all properties can be set at run time. This allows you to change colors, sizes, or behavior of your forms and controls in response to the user's actions.

For example, you can change the RowSource property of a combo box in response to some event so that the contents of the list will change. Examples of this and other techniques are shown in the application design techniques covered at the end of this session.