V
vircalendar via AccessMonster.com
I have a main form with three subforms. Each subform looks at the same set
of data, but from a slightly different perspective. Right now, each subform
uses a separate query as its record source, and each query is selecting data
from the same group of tables using different criteria. Other than the
selection criteria, the queries are identical.
I'm wondering if it would be more efficient to use a single query and then
use a filter in each of the subforms to differentiate my data? The tables
are large and the main form updates frequently (currently using the requery
method). Would it be faster to refresh the filters than to requery three
underlying queries?
of data, but from a slightly different perspective. Right now, each subform
uses a separate query as its record source, and each query is selecting data
from the same group of tables using different criteria. Other than the
selection criteria, the queries are identical.
I'm wondering if it would be more efficient to use a single query and then
use a filter in each of the subforms to differentiate my data? The tables
are large and the main form updates frequently (currently using the requery
method). Would it be faster to refresh the filters than to requery three
underlying queries?