M
Michelle Marie
I am trying to import xml data from the data source "C:\AudioTest.xml" into a
table named "Test" using the following code from the MSDN library but with no
success. When I add this to an Event to a button and then click it, Access
closes down due to an error. What is wrong here?
Private Sub Command1_Click()
'Purpose: Imports the data of an XML file.
Application.ImportXML _
DataSource:="C:\Audio\Test.xml", _
ImportOptions:=acAppendData
End Sub
Thank you in advance for your help.
table named "Test" using the following code from the MSDN library but with no
success. When I add this to an Event to a button and then click it, Access
closes down due to an error. What is wrong here?
Private Sub Command1_Click()
'Purpose: Imports the data of an XML file.
Application.ImportXML _
DataSource:="C:\Audio\Test.xml", _
ImportOptions:=acAppendData
End Sub
Thank you in advance for your help.