DeanJW2006
Registered User.
- Local time
- Today, 13:20
- Joined
- Sep 8, 2014
- Messages
- 12
I have a table in my access 2010 application that lists Departments and Executives (for simplicity sake). I use the Executives in many queries throughout the application; however, Executives come and go frequently causing significant changes to my queries.
I was thinking about setting up tempvars or some better solution to initialize at the startup of the application. Each tempvar would be an executive of one of the departments. Instead of using the actual executive name in the queries, I would use the tempvar that was initialized at startup, thus assuring me that I have the correctly updated list.
How would I initialize these tempvars? Each would relate to a Department. Is this possible or is there a better way?
I was thinking about setting up tempvars or some better solution to initialize at the startup of the application. Each tempvar would be an executive of one of the departments. Instead of using the actual executive name in the queries, I would use the tempvar that was initialized at startup, thus assuring me that I have the correctly updated list.
How would I initialize these tempvars? Each would relate to a Department. Is this possible or is there a better way?