You can use the Assistant property to return a reference to the Assistant object.
Setting
[application.]Assistant[.method or property]
The Assistant property uses the following settings.
Setting | Description |
---|---|
application | Optional. The Application object. |
Assistant | Required. When used without specifying a method or property, returns the Assistant object's Item property. |
method or property | A method or property of the Assistant object. |
The Assistant property is available only by using Visual Basic.
Remarks
Once you establish a reference to the Assistant object, you can access all the properties and methods of the object. You can set a reference to the Assistant object by clicking References on the Tools menu while in module Design view. Then set a reference to the Microsoft Office 9.0 Object Library in the References dialog box by selecting the appropriate check box. Microsoft Access can set this reference for you if you use a Microsoft Office 9.0 Object Library constant to set an Assistant object's property or as an argument to an Assistant object's method.