trekwars2000
Technical User
Lets say I have a table with 10 rows and columns of data.
I have a form with 10 check boxes (to represent all the columns of data). Each check box that is selected will be filtered out of the original table and displayed in a new table to be outputted for printing. There is a "DONE" command button on the form and this will be used to run the make-table query.
How do I make the query to do this? It doesn't seem that hard, but as a beginner at Access I am having some problems with it. When a check box is clicked I want to use that as the "trigger" for the data that will be in the new make-table.
Thanks for the help. Perhaps I am looking at this the wrong way????
I have a form with 10 check boxes (to represent all the columns of data). Each check box that is selected will be filtered out of the original table and displayed in a new table to be outputted for printing. There is a "DONE" command button on the form and this will be used to run the make-table query.
How do I make the query to do this? It doesn't seem that hard, but as a beginner at Access I am having some problems with it. When a check box is clicked I want to use that as the "trigger" for the data that will be in the new make-table.
Thanks for the help. Perhaps I am looking at this the wrong way????