ExportXML and ImportXML problems!

S

SteveT

I have limited experience with Access but was pleased to get a Web Service
connection working.


Private Sub Command9_Click()

Dim ExampleVar As New clsws_hubv12Service

Dim modellist As String


modellist = ExampleVar.wsm_getmodel(full)

msgbox modellist


End Sub


The example returns an XML table of models. I would like to save this as a
new table in my Access Database by using exportXML and importXML commands
but cannot get anything to work.

Can anyone advise please?

Many thanks
 

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