SQL and VBA performance gains

M

Mark Reed MCSE

I have a large database 220mb (well I think it's large), I run some heavy
SQL and VBA in modules to extract data as I require. These are repetitive
tasks and I've improved performance on my own by experimenting with a
mixture of SQL and VBA. If a use SQL to narrow down the records and then use
VBA to move through the record set to find the data I'm after, this seems to
be the fastest way (MUCH FASTER) - at the moment.

There's no need for precise code on this as I'm teaching myself at the
moment and I'd prefer to experiment and come to my own conclusions, but, a
point in the right direction would really be appreicated.


Thanks.

Mark MCSE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top