A form that has command buttons that look like the standard Data control, that you can use to perform moves on the table-type recordset.
A nice feature of this form is the ability to zoom on text and memo type fields. This is executed by double-clicking the field name of the data to zoom in. It loads the Zoom dialog box and allows easier viewing and modification of large chunks of text.
Table-type recordsets are ordered by the currently selected Index so there is a box containing all available Indexes that may be selected to establish the desired order and search.
Add
Adds a new record to the current recordset.
Edit
Places the current record in edit mode.
Update
Updates the current record with new data entered in the controls.
Cancel
Cancels the add operation.
Seek
Displays the Seek dialog box, where you can search on the current table-type recordset.
Del
Deletes the current record.
Filter
Places a filter on the current table-type recordset and loads the newly filtered recordset into a Dynaset/Snapshot form.
Index
Selects the current Index to order by and to search on.