currentdb.execute and queries

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

Which method is more efficient to retrieve data using
currentdb.execute or queries?


Your information is great appreciated,
 
CurrentDb.Execute does not retrieve data, it merely executes an action
query. It is the query that retrieves the data. So your question is sort of
like asking "What makes a better nail; a nail or a hammer?"
 

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

Similar Threads


Back
Top