A form that demonstrates the use of a scroll bar for record positioning in a dynaset- or snapshot-type recordset.
A convenient feature of this form is the zoom ability on text and memo type fields. By double-clicking the field name of the data, you load the Zoom dialog box and enable much easier viewing and modification of large chunks of text.
You can display the dialog box by selecting Dynaset or Snapshot as the Recordset type on the toolbar, and then opening the Table form from the Database form.
Add
Adds a new record to the current recordset.
Edit
Places the current record in edit mode.
Delete
Deletes the current record.
Close
Closes the current record.
Sort
Sorts the current recordset.
Filter
Places a filter on the current recordset.
Move
Displays the Move dialog box where you can indicate how many rows you want to move the record forward or backward in the recordset.
Find
Displays the Find dialog box where you can enter information to perform a search on the current recordset.