Form Sequence

It is important when using query prompts and record picker controls on a data entry form that the controls have focus and are addressed by the user in the correct sequence. For instance, a control linked to a query prompt on the form must come before the record selector, so that a user 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 bound to query prompts

  2. Record picker control

  3. Data entry controls bound to data sources

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

You must also consider form sequence when you are creating a document with multiple data entry forms. For instance, it would be invalid to: 

Related Topics