Beginning Access 2002 VBA (Programmer to Programmer)
|
Methods
Name | Returns | Description |
---|---|---|
Append | Appends a Parameter object to the Parameters collection. | |
Delete | Deletes a Parameter object from the Parameters collection. | |
Refresh | Updates the Parameter objects in the Parameters collection. |
Properties
Name | Returns | Description |
---|---|---|
Count | Long | Indicates the number of Parameter objects in the Parameters collection. Read-only. |
Item | Parameter | Allows indexing into the Parameters collection to reference a specific Parameter object. Read-only. |
|