Not all controls on your form may be of equal importance. You may want to modify the look of a specific control to make it stand out, or you may want to modify the control behavior. When designing forms, be careful not to over design. Too many different colors, styles or behaviors can distract from accurate data entry.
To modify the properties of a specific control:
Common properties to modify are the use of scroll bars and growing or shrinking the size of the control based on data the user enters. If you turn off scroll bars, users can only see the data that fits within the specific control dimensions. If you turn on Can Grow or Can Shrink, the control area will grow and/or shrink to fit the data. |
|
Form control properties are discussed in detail in the expert tutorial Creating and Modifying Forms. |
|
To open a control's Properties dialog box, you can also:
|