Xml output from access 2000
hi,
I need to output a table to an xml file. good old google has returned the following:-
Code:
Private Sub Form_Open(Cancel As Integer)
Dim sXMLPath As String
Const cOverWrite As Integer = 1
sXMLPath = "c:\technologies.xml"
' ExportXML ObjectType...