Every control on a form -every text box, every label, and every check box - has a set of properties
that you can modify. A property is an attribute that defines an object’s appearance, behavior, or
characteristics.
Different types of controls have different properties. For example, label controls have a Caption
property that determines the text (label) that is displayed in the label, while text box controls have a
Control Source property that determines which field (data) is displayed in the control.
|

