I have a textfile that I want to import into Access 2003. It is comma-delimited with double quotes as the text identifier. The first row has field names. Unfortunately, the number of fields is higher than the maximum Access can handle (255). What can I do to this file so I can get it into Access?
I had a similar situation with another vendor's file. Since it was a fixed-width, I was able to create 2 import specs. Each one imported half the fields into separate tables. But with a delimited file, I can't stop Access from determining where the fields begin and end.
I had a similar situation with another vendor's file. Since it was a fixed-width, I was able to create 2 import specs. Each one imported half the fields into separate tables. But with a delimited file, I can't stop Access from determining where the fields begin and end.