When the Access Navigation Bar property is set to True, the WebForm includes the following Extended Navigation Bar.
Displays the first record in the result set. If the first record is already displayed, this button is disabled.
Displays the previous record in the result set. If the first record is displayed, this button is disabled.
- Indicates the current record position within the result set.
Displays the next record in the result set. If the last record is already displayed, this button is disabled.
Displays the next record in the result set. If the last record is displayed, this button is disabled.
Add New Record. All form fields are cleared. Any fields that specify a Default Value property on the Form or the underlying table are set to the Default Value. This button is disabled when the Access Allow Additions property is set to False.
Edit Record. This button is disabled for Single Forms or when the Access Allow Edits property is set to False.
Delete Record. The user is prompted to confirm the action before the record is deleted. This button is disabled when the Access Allow Deletions property is set to False.
Undo/Cancel changes. Resets the fields to their prior values as when adding new records. This button is disabled when the Access Allow Edits property is set to False.
Save Record. This button is disabled until an Edit or Add Record process has been initiated or when the Access Allow Edits property is set to False.
- Indicates the total number of result set records.