Once you have created a form, you will want to know how to find the record you want to see. Navigating a form is a lot like navigating a datasheet,
you can use the VCR buttons at the bottom of the window to get where you need to go. The MouseOver below identifies the buttons and their function.
You may find it useful to sort the records in order to find the record that you need. Sorting a form works just like sorting a datasheet. Place the cursor in the field you want to use and click the Sort Ascending or Sort Descending button.
As you use the Next or Previous button, you will see the records in the new sort order. To place the records back into the order they were entered, choose
Records>>Remove Filter/Sort.
Similarly, you can filter the records displayed in a form using the Records>>Filter choices you learned about when you filtered a table.
Some forms, even some AutoForms, contain
subforms that make them a little more difficult to navigate. A subform is a form within a form, and it normally displays related information from a different table or query than the fields displayed in the main form. If you see two sets of VCR buttons, one set is for the main form, and the other is for the subform. Usually the VCR buttons at the bottom of the form are for the main form, and the other set is for navigating the subform.
View the image below to see an example of a subform.