Muliple values select with checkbox

johnyjassi

Registered User.
Local time
Yesterday, 23:33
Joined
Jun 6, 2008
Messages
64
Hello All,

I was working on changing form design, instead of using option buttons, i have to use check boxes as per user requirement. What happens is that user select a value from option button and it is stored in table. In case if I use check box and user select multiple values how those will be stored in table? Any suggestions?

Thanks for your help in advance
 
You will need a field in your table for each of the check boxes, format each of the fields as Yes/No
 

Users who are viewing this thread

Back
Top Bottom