Recent content by java_ftp-er

  1. J

    xml output from access 2000

    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...
Back
Top Bottom