I'm looking for any performance information/recommendation between basing a form on a query (or a Combobox) or just putting the SQL code directly in the control source of that form (or Row Source for combo boxes).
Does one perform faster than the other?
Is there a standard that should be followed?
I think I'm leaning toward doing away with queries and just including all SQL as the control source of that form. Aside from not being able to use the query for multiple forms, is there any downside to doing this?
Thanks in advance for any advice.
Best Regards -
Gunner
Does one perform faster than the other?
Is there a standard that should be followed?
I think I'm leaning toward doing away with queries and just including all SQL as the control source of that form. Aside from not being able to use the query for multiple forms, is there any downside to doing this?
Thanks in advance for any advice.
Best Regards -
Gunner
Comment