Opens a form.

Syntax

<oRef>.open( )

<oRef>

The form to open.

Property of

Form, SubForm

Description

Use open( ) to open a form.

The form you open with open( ) is modeless, and has the following characteristics:

While the form is open, focus can be transferred to other forms.

Execution of the routine that opened the form continues after the form is opened and active.