Emport table as XML file : Access XML « Access « VBA / Excel / Access / Word






Emport table as XML file

 
Sub TestExportXML()
    Application.ExportXML acExportTable, "tblEmployees", "c:\Employees.xml", "c:\ExmployeesSchema.xml"
    
End Sub

 








Related examples in the same category

1.Export to an XML file
2.Import an XML file
3.Import XML file