I have a query with about 5 subqueries I am using for counts. Some of these subqueries have an inner join or two.
I am then reading the results in a recordset on a web form.
Would this be considered as efficient or more than opening 5 queries with 5 recordsets and displaying results on the form. These individual queries would have their own inner join or two.
My hunch is that the one inclusive query would represent better performance, but I'd like to hear other thoughts.
I am then reading the results in a recordset on a web form.
Would this be considered as efficient or more than opening 5 queries with 5 recordsets and displaying results on the form. These individual queries would have their own inner join or two.
My hunch is that the one inclusive query would represent better performance, but I'd like to hear other thoughts.