Adding fields to the stock form
You will now add the account fields, which include the AccountNumber, AccountHolder, and Broker fields, to the form design. You will accomplish this by adding three field objects and defining the fields.
Click here to see the account fields in the design window.
To add the AccountNumber field to the form
- Click Insert menu
Field.
- Drag the field object until the text is aligned with the ½ inch mark on the horizontal ruler and the top of the field is aligned with the ½ inch mark on the vertical ruler. Click here to see the field's position.
- Double-click the field's edit region to select it.
- Right-click the edit region, and click Define field.
- From the Account.db list box, choose AccountNumber.
- Click OK.
To add the AccountHolder field to the form
- Click Insert menu
Field.
- Drag the field object and place it below the AccountNumber field object.
- Double-click the field's edit region to select it.
- Right-click the edit region, and click Define field.
- From the Account.db list box, choose AccountHolder.
- Click OK.
To add the Broker field to the form
- Click Insert menu
Field.
- Drag the field object and place it beneath the AccountHolder field.
- Double-click the field's edit region to select it.
- Right-click the edit region, and click Define field.
- From the Account.db list box, choose Broker.
Continue