Faster to use "Group" or "First"?

  • Thread starter Thread starter Jim Pockmire
  • Start date Start date
J

Jim Pockmire

I have a query that groups/totals that is linked to another table at the
"group" level. When bringing in fields from the linked table, I can either
specify "Group" or "First" (It doesn't affect the value). Which way will run
faster?
 
Jim

Have you tried both?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
In my experience, "Group By" seems to be faster than "First" contrary to my
thought that since "First" only picks the first value so it should be
faster.

Since the QBE defaults to "Group By", I usually leave it as "Group By"
unless I need another Total function, anyway.
 

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