255 is the limit for a lot of data sources (sometimes because the data
source itself does not support more, but sometimes becuse of a limitation in
the converter/odbc driver/oledb provider - e.g. i do not thinkyou can use
Access, or SQL Server to give you more columns). It certainly usd to be
possible to use plain text files with more than 255 columns as data sources,
but even if that still works you may need to be careful to connect using a
particular method, and you may find that large amounts of data cause
problems.
Peter Jamieson
>I am using an HTML file with 257 columns as a data source
> for the mail merge, but only the columns 1 to 255 show up.
[quoted text clipped - 3 lines]
>
> Monika.
Monika Krug - 16 Nov 2004 15:38 GMT
>255 is the limit for a lot of data sources (sometimes because the data
>source itself does not support more, but sometimes becuse of a limitation in
[quoted text clipped - 6 lines]
>
>Peter Jamieson
Thank you, with *.csv it works.
Monika.