Application.LoadFromAXL method (Access)
Imports the object defined in an Application XML (AXL) file into the database.
Syntax
expression.LoadFromAXL (ObjectType, ObjectName, FileName)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ObjectType | Required | AcObjectType | Specifies the type of object to create. |
ObjectName | Required | String | Specifies the name of the object. |
FileName | Required | String | Specifies the full path and file name of the AXL file to import. |
Remarks
The LoadFromAXL method does not provide a warning when the object specified in the ObjectName argument already exists. If an object of the same name already exists, it will be replaced by the object specified in the ObjectName argument.
For more information about AXL, see [MS-AXL]: Access Application Transfer Protocol Structure Specification.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.