I am trying to create a form with some options on it that are check boxes, so if option1 is checked and I go to click on a submit button on the form, those values will be used to generate a report and some text that is stored in another table will be displayed depending on which option was chosen on the form. I have a table set up with the options that feeds my form and I have another table that holds the text. Is this possible and if so, how can this be done?
Thanks
Thanks