I'm wondering if this would make my Access 2003 application run more efficiently:
In background, when a user opens the application, I would like to run a query that pulls pertinent data from a join of two large tables. I would like that query stay open throughout the session (instead of having the query run each time that it's required).
The query is used in many of the dialog boxes for selecting form and report criteria.
Is this possible and efficient, or is there another method I should be exploring?
Thanks, Ruth
In background, when a user opens the application, I would like to run a query that pulls pertinent data from a join of two large tables. I would like that query stay open throughout the session (instead of having the query run each time that it's required).
The query is used in many of the dialog boxes for selecting form and report criteria.
Is this possible and efficient, or is there another method I should be exploring?
Thanks, Ruth
Last edited: