117 About Manipulating Objects
138. Modify a Form
After creating a form, you can modify it before using it to enter data into its associated table. For example, you might want to reposition a few
controls so that the table data will be in a more logical order, or be visible onscreen at the same time. Or you might want to simply add a few personal touches, such as selecting the font used for data entry or for the labels.
Normally, data is entered in a form in the order in which the controls appear onscreenin other words, when a user presses
Tab , the cursor automatically advances to the nearest control onscreen. However, you might prefer to change this activation order to make it easier for a user to enter data. For example, if the user has to pull data from several sources, you might want to have the cursor automatically move between just the fields being pulled from the source one, skipping any fields whose data comes from a secondary source. After the first fields are filled in, you can then have the cursor jump back to any fields you skipped the first time.
Controls An object on a form similar to those you find in a typical dialog box, such as a text box, list box, check box, or option button.
Handles Small green boxes that appear around a selected object.
1. | Resize or Move Fields As you learned in 117 About Manipulating Objects , you must first select an object before you can resize or move it. When you click an object such as a form control, small handles appear around its perimeter. To resize an object, drag one of these handles inward (to make the object smaller) or outward (to make it bigger). The pointer looks like a two-headed arrow when it's positioned correctly over a handle for resizing. One caution however: When you click on an object in Design mode, typically both the object (such as a text box) and its label are selected. You probably don't want to resize the label too, so to select just the text box, press and hold the Ctrl key and then click.139 Enter Data Using a Form .)139 Enter Data Using a Form . |