What are the common properties of the access form controls?
Some common properties of the access form controls include:
- Name: The name of the control, used to reference the control in VBA code.
- Title of the widget display.
- Visibility: Determines whether the control is visible.
- Enabled: Is the control available for use.
- Width: The width of the control.
- Height: The height of the widget.
- Top: Vertical position of the control.
- Left: The horizontal position of the control.
- Value: The value of the control.
- Default Value: The default value of the control.
- ControlSource: the data source of the control.
- Type of control: The type of widget.
- Format: The display format of the control.
- InputMask: The input mask for the control.
- Is the control locked?
- TabStop: Indicates whether the control can be navigated using the Tab key.
- Tag: Custom label for the component.
- BackColor: The background color of the control.
- ForeColor: The foreground color of the control.
- FontSize: the size of the font in the control.
- FontWeight: the thickness of the font of the widget.
- BorderStyle: the style of the border of the control.
- InputType: The type of input for the control.
- Text alignment: The alignment of the control’s text.
- TabIndex determines the tabbing order of controls.