I have several queries which use the same parameter. The parameter is updated once in a while. To avoid having to change the parameter for all the queries, I have thought of two solutions, but have not executed.
1. Define a "global constant" to store the value, and every time I want to change the parameter, I just change the global constant. But I don't know whether you can do that in Access or if you can, how to do it.
2. Store the value of constant in a table, and pull the parameter from the table to the queries. I really don't like it because it is so heavy-headed. I'd very much prefer the first solution.
Please let me know if there are better solutions.
Thanks
1. Define a "global constant" to store the value, and every time I want to change the parameter, I just change the global constant. But I don't know whether you can do that in Access or if you can, how to do it.
2. Store the value of constant in a table, and pull the parameter from the table to the queries. I really don't like it because it is so heavy-headed. I'd very much prefer the first solution.
Please let me know if there are better solutions.
Thanks