Output to CSV

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AJ

    Output to CSV

    I have to regularly export some data to .csv

    Right now, I have automated this by exporting it to .xls, and then opening
    up each file, and saving it again...

    The OutputTo method doesn't support CSV right now... Is there another way to
    do it automatically? (saves me a step)


  • Chuck Grimsby

    #2
    Re: Output to CSV

    On Thu, 07 Jul 2005 19:41:13 GMT, "AJ" <news@comunity. net> wrote:[color=blue]
    >I have to regularly export some data to .csv
    >Right now, I have automated this by exporting it to .xls, and then opening
    >up each file, and saving it again...
    >The OutputTo method doesn't support CSV right now... Is there another way to
    >do it automatically? (saves me a step)[/color]

    Use Dimitri Furman's TextExport class:
    http://www.mvps.org/access/modules/mdl0058.htm or



    --
    Drive C: Error. (A)bort (R)etry (S)mack The Darned Thing

    Comment

    Working...