B
bobg.hahc
using A2k;
seen LOTS of posts about this topic, but none seem to address the
heart of my question.
Let's break this into 2 parts: queries (stand-alone); and form data
sources (and control data sources)
queries - stand alone:
Let's say I have a query (#1) that relates information in 3 tables.
Now I want another query (#2) that uses that same information, and
relates it to more tables.
Would query #2 be faster if it uses query #1, and relates that to more
tables;
OR would it be faster if it had all the table relations in query #1
built into it (not use a query inside a query) ?
---
form (and control) data sources:
Is a form going to be faster if it references a table directly, OR if
it uses a query (select * from table) that does the same thing?
What about a control on a form? faster if it uses a query or a table?
I've been creating queries for my control data sources, and it appears
to allow forms to open faster... just want to know the truth....
TIA - Bob
seen LOTS of posts about this topic, but none seem to address the
heart of my question.
Let's break this into 2 parts: queries (stand-alone); and form data
sources (and control data sources)
queries - stand alone:
Let's say I have a query (#1) that relates information in 3 tables.
Now I want another query (#2) that uses that same information, and
relates it to more tables.
Would query #2 be faster if it uses query #1, and relates that to more
tables;
OR would it be faster if it had all the table relations in query #1
built into it (not use a query inside a query) ?
---
form (and control) data sources:
Is a form going to be faster if it references a table directly, OR if
it uses a query (select * from table) that does the same thing?
What about a control on a form? faster if it uses a query or a table?
I've been creating queries for my control data sources, and it appears
to allow forms to open faster... just want to know the truth....
TIA - Bob