Ohhhhhhh, nooooooooooooooooooo
Did I miss something?
The files are comprised of 4 types of records, each type of record having
different field width. So there is no way of telling ACCESS to say "Please
open up 60 fields and dump in each record using the CR/LF as the end of
each
record" ?
I guess that would fall under the scenario that its attempting to place
the
same data under each field.
I guess I have to figure out how to load a database.
Thanks for your staying in there
Jay
--
*******************Confidentiality and Privilege Notice*******************
This email is intended only to be read or used by the addressee. It is
confidential and may contain legally privileged information. If you are
not
the addressee indicated in this message (or responsible for delivery of
the
message to such person), you may not copy or deliver this message to
anyone, and you should destroy this message and kindly notify the sender
by
reply email. Confidentiality and legal privilege are not waived or lost by
reason of mistaken delivery to you
John Nurick said:
Hi Jay,
Is this one of your files in which different lines have different
numbers of fields?
If so, remember what I said before: the Access/Jet textfile routines are
designed to handle ordinary data files in which every line has the same
structure. You'll need either to make your files conform, or else write
your own import routine.
Is there some magic about the Schema.ini file? I have placed it in the same
directory as the TEST.TXT file with the following info:
[test.txt]
MaxScanRows=0
I then go through and try to open a new database, select the TEST.TXT file,
the import Wizard comes on and only shows 25 lines of the 41 line file.
Meanwhile Excel can read all 41 lines.
I am dazed and confused
Thanks
Jay