I have an unbound form that is used to write a series of SQL statement to a temporary table. The purpose is to use the data from the check boxes and option selections to run a report based on the occurances of the Company in the temporary table.
This database has more than 500 check boxes and the client wants to be able to find any number of matches with those "true" instances.
I set up the query so that the user has to input the number of boxes/options checked. They are unhappy with this solution and would like the number automatically utilized.
Is there a routine or method that would count the number of clicks and save that count some place that could be fed into the query?
This database has more than 500 check boxes and the client wants to be able to find any number of matches with those "true" instances.
I set up the query so that the user has to input the number of boxes/options checked. They are unhappy with this solution and would like the number automatically utilized.
Is there a routine or method that would count the number of clicks and save that count some place that could be fed into the query?