View Full Version : multiple selection (chck boxes)


ebergoni
09-16-2001, 09:32 PM
Hi there

Firstly, i would like to thanks to you guys for all your ideas shared, troubleshooting of the problems arises. Thanks to pat for his advice and it works.

I have a problem again in creating multiple check box. A user can tick check boxes more than one among the options. What i did is to drag the chck box unto my form and edit the caption. then i enclose a rectangle from the tool box. My question is how could i attached the option tick by the user to the field. Can anyone help me, pls. thanks

Pat Hartman
09-17-2001, 04:38 PM
Since multiple checkboxes may be selected, they must each be bound to a separate table field. The table fields should be defined as Boolean - True/False.