No, in terms of speed, there is no difference. From a design and developer
point of view, you will OFTEN find that using a query is a better choice.
For example, if you have a form, or even a sub form, and always want the
sort order to be set, then simply use a query. Doing so means you don't
have to worry about setting the order in the form..and you will sleep easy.
So, set the order in the query, and then base the form on that.
So, it is not a issue of speed, but one of what you are trying to do...
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.