currentdb.execute and queries

I

iccsi

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


Your information is great appreciated,
 
B

Beetle

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?"
 
Top