Check Boxes Inputting Data

taosd

New member
Local time
Today, 19:37
Joined
Aug 27, 2003
Messages
9
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!
 
Its not that hard to do (it atleast doesnt sound that hard to do) but its hard to invision it thru thin air. Am sure if you post a sample then someone will be able to help you quite easely...

Regards
 
namliam said:
Its not that hard to do (it atleast doesnt sound that hard to do) but its hard to invision it thru thin air. Am sure if you post a sample then someone will be able to help you quite easely...

Regards

here is a sample... there is no check-boxes... however...
 

Attachments

From your [demo] post i am still not grasping what you want to do... sorry must be me...

Regards
 
namliam said:
From your [demo] post i am still not grasping what you want to do... sorry must be me...

Regards

No problem at all... I want to be able to click the check boxes on or off (the check boxes were not on that form) and for each box, it puts certain data into one of my tables. So when you click on the check box called "001" then it adds 001 to the table, and if you click the check box called "002" with "001" clicked aswell, the table would read "001, 002"... does this help?
 

Users who are viewing this thread

Back
Top Bottom