Have a problem with Access 2003 (SP2)
Running code to import a text file.
The code was written because the data in the text file doesn’t follow
standard delimited text rules. The text file is approx 219000 lines long,
producing a table after import of approx 185000 records.
I have been getting the same error which says:
MicroSoft Office Access has encountered a problem and needs to close.
We are sorry for the inconvenience. Then there is the option to send an
error report.
Can’t find anything in the data which points to a problem. On subsequent runs,
it will get to different points in the data before erring out. Originally when
this was encountered, I changed which versions of the built-in functions I used from
MID to MID$, for example. This seemed to cure the problem, but it has now started
to occur again.
Not sure what I am chasing here. Tried it on different machines with various amounts of
RAM: 2G, 2G, 1G, 512M. It has tanked on each of them. I have also migrated the
code into a stand alone database with only a form with code and a single table.
(Table structure shown in attachment). It has also erred out on this one.
Wondering if this is a familiar kind of problem that someone else has experienced,
and/or what suggestions to fix? I can provide code and an sample of the text file
if necessary.
Thanks!
Drew