The properties of form controls can be edited using the Properties window in the VBA IDE.
- On the form, select the desired control.
- Open the Properties window using F4 if it is not already open.
- In the Properties window, find the property you want to change and select the current value for that property.
- Change the value to the new desired value for the property.
You can also change the property of a control at runtime by writing code to access that property. See the Microsoft documentation for more information on changing the property of a control at runtime.