Operation.Execute Method (Access)
Executes the specified operation.
Version Information
Version Added: Access 2010
Syntax
expression .Execute(bstrParameters)
expression A variable that represents an Operation object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
bstrParameters |
Optional |
String |
Specifies values for the parameters of the operation. |
Return Value
Variant