Mega Code Archive

 
Categories / VisualBasic Script / Access
 

Emport table as XML file

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