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
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