G
Guest
Due to installation issues, I've had to convert a VB application to an Access
VBA application. The resultant Access application process the data much too
slowly for our requirements. Any suggestions or references on speeding up
Access apps would be greatly appreciated.
A little background on the situation. We're taking *.csv data files that
are about 45,000 lines long (close to 3 MB in size), reading the line of
data in, doing some validation on each line, processing specific values in
the data, and writing out the new lines in a new *.csv file. Under the VB
app, the entire process takes only about 2 minutes; however in Access, it
takes about 1 hour to process the data.
Any help would be appreciated.
~Ernest
VBA application. The resultant Access application process the data much too
slowly for our requirements. Any suggestions or references on speeding up
Access apps would be greatly appreciated.
A little background on the situation. We're taking *.csv data files that
are about 45,000 lines long (close to 3 MB in size), reading the line of
data in, doing some validation on each line, processing specific values in
the data, and writing out the new lines in a new *.csv file. Under the VB
app, the entire process takes only about 2 minutes; however in Access, it
takes about 1 hour to process the data.
Any help would be appreciated.
~Ernest