A
alpineillusion
I am trying to import a fixed width data file that has been handed down
to me, but am encountering the "record is too large" problem that oh so
many people have encountered before.
The specification I've set up to import this data has 366 fields, with
a total size of 1120 characters per record. This is the part that
confuses me, because I was under the impression that Access doesn't
complain about record size until 2000 characters. At first I used Text
fields accross the board, but of course that did not work. I then
changed the fields to type Memo, but curiously that still gives me the
"Record is too large" error.
I know that the academic solution is to normalize, but at the moment my
primary objective is to just get this data into a db and be done with
it. Any suggestions would be highly appreciated.
to me, but am encountering the "record is too large" problem that oh so
many people have encountered before.
The specification I've set up to import this data has 366 fields, with
a total size of 1120 characters per record. This is the part that
confuses me, because I was under the impression that Access doesn't
complain about record size until 2000 characters. At first I used Text
fields accross the board, but of course that did not work. I then
changed the fields to type Memo, but curiously that still gives me the
"Record is too large" error.
I know that the academic solution is to normalize, but at the moment my
primary objective is to just get this data into a db and be done with
it. Any suggestions would be highly appreciated.