Initial Command property
Use the Initial Command property to specify a command that controls what happens when the form opens. These commands are available:
Setting | Description |
---|---|
Select
This option opens the form and immediately returns all records in the collection (up to the record cap). |
menu
.
|
Select
This option opens the form and then immediately opens the query form associated with the form, if one exists. |
menu
.
|
Select
This option opens the form in Filter-in-Place mode. |
menu
.
|
Select
This option opens the form in such a way that you are set to create a new record. |
menu
.
|
eventname | This option execute a specified event. After you select | from the list, enter the event name.
This property provides a simpler user interface to the underlying mechanism, the form variable InitialCommand.