Wrapping Text - Export from Access to Text File

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Leviathan via AccessMonster.com

    Wrapping Text - Export from Access to Text File

    I'm trying to export an Access table to a pipe-delimited text file (with no
    text qualifier) and it keeps wrapping the text for one of the tables. None of
    the fields are particularly long, so I'm not sure why it's doing this. Any
    ideas how I can stop it from wrapping the text in the text file?

    --
    Message posted via AccessMonster.c om


  • Leviathan via AccessMonster.com

    #2
    Re: Wrapping Text - Export from Access to Text File

    Leviathan wrote:
    >I'm trying to export an Access table to a pipe-delimited text file (with no
    >text qualifier) and it keeps wrapping the text for one of the tables. None of
    >the fields are particularly long, so I'm not sure why it's doing this. Any
    >ideas how I can stop it from wrapping the text in the text file?
    Nevermind, figured it out. Looks like there was a carriage return in defining
    one of the cells in the query.

    --
    Message posted via AccessMonster.c om


    Comment

    Working...