Form Sequence

When you use query prompts and record picker controls on a data entry form, it is important that the controls have focus and are addressed by the print operator in the correct sequence. For example, a control that is linked to a query prompt on the form must be used before the record selector, so that a print operator can specify the necessary filter criteria that is used to populate the record selector with the correct database records.

Specifically, the sequence of controls on the form must be as follows:

  1. Data entry controls that are bound to query prompts

  2. Record picker control

  3. Data entry controls that are bound to data sources

You can specify the sequence of controls on the form by using the Tab Order property page of the data entry form.

You must also consider form sequence when you create a document that has multiple data entry forms. For example, the following scenarios are not valid: 

Related Topics