Search results

  1. F

    Importing XML into Access 2000

    Hello again, I'm attempting to import data from an XML file into Access 2000. From reading the few posts here and what I could find elsewhere on the net about this subject, I've learned that Access 2002 already has this functionality...too bad I have to use 2000 Also I have msxml.dll on my...
  2. F

    Wanted: An array of combo boxes

    Hello all, I have some code that I want to run on a few combo boxes located on the same form. Instead of copying the code for as many combo boxes I have, I wanted to load all of the combo boxes into an array, and then iterate through that array while running the code. Problem is I can't...
  3. F

    Error Handler not working....

    An automated database was made on a personal computer that is connected to a network. Part of the automation requires Access to manipulate Excel by creating a new workbook, creating a new web query and parsing the data from the query. There is error code in place in case the web query doesn't...
  4. F

    File Exists on FTP

    Anyone out there know where I can find some information (or better yet actual code) on how to make a function that would return a boolean on whether a file exists or not on an FTP? Thanks in advance, FUBAR
Back
Top Bottom