How to import XML data from webservices using VBA?

Y

Yolande

Hi there,

I try to import/update the XML data from webservices when I click a button
in the SwitchBoard form. It seems that I need use DoCmd.TransferText
acImportDelim to import the data but I don't know where to specify the web
request string. Also, the XML file I imported creates several tables. When I
import it twice, it creates second set of tables. How can I avoid it and let
the data go into the same tables created in the first time? Any help?

Thanks.

Yolande
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top