G
Guest
Hi there,
I want to import XML file into Access database. I'm using the code
Dim sXMLPath As String
Dim appAccess As Object
Set appAccess = CreateObject("Access.Application")
sXMLPath = "test4-ticket.xml"
appAccess.ImportXML DataSource:=sXMLPath, _
ImportOptions:=acStructureAndData
I got the error of "Automation error The server threw an exception." Any
help? Is this the simplest way to import XML into Access?
Thanks.
Yolande
I want to import XML file into Access database. I'm using the code
Dim sXMLPath As String
Dim appAccess As Object
Set appAccess = CreateObject("Access.Application")
sXMLPath = "test4-ticket.xml"
appAccess.ImportXML DataSource:=sXMLPath, _
ImportOptions:=acStructureAndData
I got the error of "Automation error The server threw an exception." Any
help? Is this the simplest way to import XML into Access?
Thanks.
Yolande