Hello guys,
I have been using access do develop applications for my personal use. Recently I had developed a application which has a query which consist of nearly 15 fields as output. I have designed a form with 15 checkboxes or radiobuttons and named the controls with field names and had a runquery button.
Now My question is, how to assign each field to checkbox or radiobutton so that whenever I check a checkbox or radiobutton and hit the runquery only that fields should display as result query and rest of the other fields should not be displayed in my query because sometimes I need only 5 fields as my output in my query and sometimes 8 and sometimes all the 15 fields. How to do this please explain me in detail with an example.