KevinsHandle
Programmer
I am looking for some fairly technical information on the processes Access applies to queries. My interest is mainly in getting access to work as little as possible and thus respond as quickly as possible.
So that there is some context for this let's say that I am querying invoices and the WHERE conditions for my query are that the invoice be dated in the first quarter, the amount be greater than $150.00 and the buyer be either "Johnson Development" or "Johnson Construction".
Questions:
Does it matter in what order of field the WHERE clause is constructed?
Would it help to run any of the conditions as sub queries?
How does Access actually process multiple conditions?
Thanks for any insight.
Kevin
So that there is some context for this let's say that I am querying invoices and the WHERE conditions for my query are that the invoice be dated in the first quarter, the amount be greater than $150.00 and the buyer be either "Johnson Development" or "Johnson Construction".
Questions:
Does it matter in what order of field the WHERE clause is constructed?
Would it help to run any of the conditions as sub queries?
How does Access actually process multiple conditions?
Thanks for any insight.
Kevin