> This obviously should not happen, but I don't know what you can do about it.
> I suppose the next thng I would attempt would be to open the your .csv file
[quoted text clipped - 36 lines]
> >
> > - Bob
Not much to add, but...
...it may be worth trying opening the text and saving it in .doc format even
without converting it to a table, especially since you have no "rogue"
double-quotes to confuse things. However,
a. in Word 2002, connecting to the data source can be very slow with
non-OLEDB data sources such as .doc (actually, it can be pretty slow with
OLEDB sources as well)
b. sort/selection facilities can be more limited when using Word format
data sources in Word 2002
The other thing you can try in Word 2002 is to check Word
Tools|Options|General|"Confirm conversion at open", and when you connect to
the data source, specify that the file is a text file or ODBC data source
rather than an OLEDB data source. However, even if you get better results
when you do that, you may need to verify that the solution will work when
you distribute it to user systems. In the case of ODBC, you may need to edit
the SYSTEM.INI in the folder containing the data source file to ensure that
the correct delimiters are used etc., and the same may be necessary on user
systems.

Signature
Peter Jamieson - Word MVP
Word MVP web site http://word.mvps.org/
> Thanks! I'll try converting the text to a table if we have less than 64
> columns, but we may be over that mark.
[quoted text clipped - 49 lines]
> > >
> > > - Bob