Second database/Excel question

  • Thread starter Thread starter Laura
  • Start date Start date
L

Laura

If upon opening a report, the data refreshes from a
database on a network, and you're pulling in a lot of
records (1K+) and doing 4 loops to find data, is there any
way to speed up the process? This thing is taking a long
time to open and run the report. Help!
 
I suspect it depends on specifically what your code looks like now. If you
are doing selects and activates, then it can probably be made a lot faster.
 
I can't tell if there is a faster way with what you've said.

Depending on the schedule, think about making the database refresh an
overnight job, ready for you in the morning.
Maybe there is opportunity to reduce the number of loops?
 

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

Back
Top