AcImportXMLOption enumeration (Access)

Specifies the action to take when using the Application.ImportXML method (Access) method to import data from an XML file.

Name Value Description
acAppendData 2 Imports the data into an existing table.
acStructureAndData 1 Imports the data into a new table based on the structure of the specified XML file.
acStructureOnly 0 Creates a new table based on the structure of the specified XML file.

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.