-----Original Message-----
Hi Shelby,
Every text file I've seen with more than a few dozen fields could be
normalised into one or more much narrower tables. Often many of the
fields aren't needed at all. The difference if there are more than 255
fields is that you have start the normalisation process at the text file
stage rather than after importing into Access (either that or use a
different database engine - though as Craig says your textfile may be
too wide even for SQL Server to swallow).
If you don't mind using command-line utilities there are textfile tools
at
http://unxutils.sourceforge.net/ which can split selected fields out
of text files. Also, I have a Perl script that can convert a text file
with many hundreds of fields into a tall narrow file that Access can
import, after which it can be re-asssembled into a sensibly normalised
structure. If you have (or can install) Perl, email me (removing the
reversed "no spam" from my address) and I'll be happy to send you a
copy.
I have a comma delimited file that has 900 fields. I
understand that Access has a 250 field limit. Is there a
solution for this problem or do I have to look for a
different database software? Thanks!
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
.