Hello,
I have a form that I've designed to input information into a table. This information will be used to run many queries to obtain calculated statistics.
On this for there are options that can be chosen by the user. These options will determine the formula query that will be run to obtain the desired stat.
On the form I've designated check boxes to the individual queries, to allow the user to check their option and subsequently run the proper query formula based on their option.
So, I was wondering what the proper procedure would be to design the system so that an individual query would be linked to a check box. Whereas, if the check box is chosen, with a check or is valued at "true", the system would run the query associated with that option. And if a check box wasn't checked the other queries would not be ran to return the desired stat.
Is there a way to link a query to a check box, so that when the box is checked, that specific query is ran?
Please let me know and thanks for your help.
I have a form that I've designed to input information into a table. This information will be used to run many queries to obtain calculated statistics.
On this for there are options that can be chosen by the user. These options will determine the formula query that will be run to obtain the desired stat.
On the form I've designated check boxes to the individual queries, to allow the user to check their option and subsequently run the proper query formula based on their option.
So, I was wondering what the proper procedure would be to design the system so that an individual query would be linked to a check box. Whereas, if the check box is chosen, with a check or is valued at "true", the system would run the query associated with that option. And if a check box wasn't checked the other queries would not be ran to return the desired stat.
Is there a way to link a query to a check box, so that when the box is checked, that specific query is ran?
Please let me know and thanks for your help.