Main MDI Form (VisData)

Consists of a menu, a toolbar, a child window area, and a status bar.

Form Items

Recordset Type

Sets the type of recordset to open when another command executes the OpenRecordset method. This can be a dynaset-, snapshot-, or table-type recordset.

Form Type

Sets the type of form to open when another command needs a form to display a recordset. It can contain a Data control, no Data control, or a DataGrid control.

Begin Transaction

Executes a new transaction.

Rollback

Ends the current transaction and restores the databases to the state they were in when the current transaction began.

CommitTrans

Ends the current transaction and saves the changes.

User

Displays the current user’s name.