Running same qry back-to-back

R

Razor

Hi,

If I run the same query twice back-to-back, how can I make
Access cache the results from the first execution so the
second execution proceeds faster?

Thanks!

razor
 
M

Marty

Make a copy of the query, paste it with a new name, then
create a MACRO to run the two queries.

Marty
 
J

James

Use the 'Prepared' property of the Command object of VBA for Access.

----- Razor wrote: -----


Hi,

If I run the same query twice back-to-back, how can I make
Access cache the results from the first execution so the
second execution proceeds faster?

Thanks!

razor
 

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