B
Bill
I had one question about the best way to perform a query. I have a form
that has it's Record Source created dynamically. Currently I just create a
SQL statement in code as the record source. I then realized that I use all
the same fields and the only difference is the where clause. My question
is, in terms of performance, is it better to use the SQL statement or would
it be better to create a query using those fields and then just selecting *
from the query and creating the WHERE clause via code? Or does it just not
matter?
TIA,
Bill
that has it's Record Source created dynamically. Currently I just create a
SQL statement in code as the record source. I then realized that I use all
the same fields and the only difference is the where clause. My question
is, in terms of performance, is it better to use the SQL statement or would
it be better to create a query using those fields and then just selecting *
from the query and creating the WHERE clause via code? Or does it just not
matter?
TIA,
Bill