Hey Everyone!
I want to use checkboxes in my form to specify applicability. I have a table in my database that every thing entered into this form will be stored in. One thing that I have been having trouble with was this applicability field. I want to have a tab control that will switch between two sets of applicability, both needing to possibly be applied at the same time. The list of applicabilities for the first tab would be 001 - 011 with the exception of 004, and 201 - 213 with the exception of 204. then on the other tab there would be various six digit numbers. What I want to do is for any box that is checked, input that data that is the boxes value (such as 001 for the 001 box) to the table. So if 003, 007 and 009 are checked, the applicability for that record will say '003, 007, 009'. Or if I checked 005 and 888324 (from the other tab) then it would say '005, 888324'. The tab control thing was just a cosmetic thing i wanted to do, if its REALLY hard to incorporate then forget it, the main thing is getting the check boxes working... any help? thank you so much in advance!
I want to use checkboxes in my form to specify applicability. I have a table in my database that every thing entered into this form will be stored in. One thing that I have been having trouble with was this applicability field. I want to have a tab control that will switch between two sets of applicability, both needing to possibly be applied at the same time. The list of applicabilities for the first tab would be 001 - 011 with the exception of 004, and 201 - 213 with the exception of 204. then on the other tab there would be various six digit numbers. What I want to do is for any box that is checked, input that data that is the boxes value (such as 001 for the 001 box) to the table. So if 003, 007 and 009 are checked, the applicability for that record will say '003, 007, 009'. Or if I checked 005 and 888324 (from the other tab) then it would say '005, 888324'. The tab control thing was just a cosmetic thing i wanted to do, if its REALLY hard to incorporate then forget it, the main thing is getting the check boxes working... any help? thank you so much in advance!