What are the common properties of the access form controls?

Some common properties of the access form controls include:

  1. Name: The name of the control, used to reference the control in VBA code.
  2. Title of the widget display.
  3. Visibility: Determines whether the control is visible.
  4. Enabled: Is the control available for use.
  5. Width: The width of the control.
  6. Height: The height of the widget.
  7. Top: Vertical position of the control.
  8. Left: The horizontal position of the control.
  9. Value: The value of the control.
  10. Default Value: The default value of the control.
  11. ControlSource: the data source of the control.
  12. Type of control: The type of widget.
  13. Format: The display format of the control.
  14. InputMask: The input mask for the control.
  15. Is the control locked?
  16. TabStop: Indicates whether the control can be navigated using the Tab key.
  17. Tag: Custom label for the component.
  18. BackColor: The background color of the control.
  19. ForeColor: The foreground color of the control.
  20. FontSize: the size of the font in the control.
  21. FontWeight: the thickness of the font of the widget.
  22. BorderStyle: the style of the border of the control.
  23. InputType: The type of input for the control.
  24. Text alignment: The alignment of the control’s text.
  25. TabIndex determines the tabbing order of controls.
bannerAds