K
Kurt
I am trying to import a .xml file that I exported out of access.
Application.ImportXML _
DataSource:="C:\temp\Customers.xml", _
ImportOptions:=acStructureAndData
There are no tables in the database called Customers.
I ran this code once and it worked.
I cannot get it to work again. I get this error:
Error 31521: cannot establish connection to the server
Any Ideas?
Thanks in advance for any help.
K
Application.ImportXML _
DataSource:="C:\temp\Customers.xml", _
ImportOptions:=acStructureAndData
There are no tables in the database called Customers.
I ran this code once and it worked.
I cannot get it to work again. I get this error:
Error 31521: cannot establish connection to the server
Any Ideas?
Thanks in advance for any help.
K