G
Guest
In a monthly update of a database with new data, I have quite a number of operations to be done, amongst these there are a lot of queries, and many of them are the same query to be run several times, but with different parameters
I have made a checklist in a table to be used by the one updating the database, which may be a user not that familiar with Access. Each step is done and ticked off. There is a minimum of dataentry needed
In order to make maintenance and the use of the checklist easier, I want to retain just one query with one or more parameters. But to minimize the risk of giving wrong values for the parameters when the query is run, I want to make a number of queries that use this one query but run it with different values for the parameters. Can that be done, or can I not avoid the runtime prompt for the values for the parameters
If it is not possible, can I make a form using the checklist table and through VBA call the query with values for the parameters. Again, so that the user is not prompted for anything, eliminating the risk of bad dataentry
Regards
Frank M.
I have made a checklist in a table to be used by the one updating the database, which may be a user not that familiar with Access. Each step is done and ticked off. There is a minimum of dataentry needed
In order to make maintenance and the use of the checklist easier, I want to retain just one query with one or more parameters. But to minimize the risk of giving wrong values for the parameters when the query is run, I want to make a number of queries that use this one query but run it with different values for the parameters. Can that be done, or can I not avoid the runtime prompt for the values for the parameters
If it is not possible, can I make a form using the checklist table and through VBA call the query with values for the parameters. Again, so that the user is not prompted for anything, eliminating the risk of bad dataentry
Regards
Frank M.