?
=?ISO-8859-1?Q?Michael_Kr=F6ll?=
Hi,
Using the "Get External Data" import dialog of Access 2003 I can import
an XML file from a remote URL. If a that URL needs credentials
(BasicAuth), I'll be prompted for username and password and the import
works fine. Now, if I try to automate that process using
Application.ImportXML that import fails. It looks like ImportXML only
accepts unprotected URLs.
How can I workaround that? Are there other ways to automate that "Get
External Data" import dialog? Do I have to use WinHTTPRequest and ask
for username and password via InputBoxes?
--michael
Using the "Get External Data" import dialog of Access 2003 I can import
an XML file from a remote URL. If a that URL needs credentials
(BasicAuth), I'll be prompted for username and password and the import
works fine. Now, if I try to automate that process using
Application.ImportXML that import fails. It looks like ImportXML only
accepts unprotected URLs.
How can I workaround that? Are there other ways to automate that "Get
External Data" import dialog? Do I have to use WinHTTPRequest and ask
for username and password via InputBoxes?
--michael