Application.LoadFromAXL Method (Access)
Imports the object defined in an Application XML (AXL) file into the database.
Version Information
Version Added: Access 2010
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 filename 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.