mjcxp said:
Rick B, sorry about that but thats not what happens. I need a option
group but I need each checkbox. I have 6 fields. So Do I really only
need one field with several option groups??
Like
0 = Lay
1 = Religious
2 = Priest
or something like that??
Right now I have several things like 6 Yes/No checkboxes but I dont
the person entering data to be able to select more then one!
It sounds like you don't understand how option groups work, and yes,
reading the help files would probably help. An option group is bound to
a single field (or it may be unbound), and contains some number of
controls (say, check boxes), to each of which a unique numeric value --
the Option Value property -- has been assigned at design time. Only one
of those check boxes can be checked at a time, and the value of the
option group frame itself (and the field to which it's bound) takes on
the numeric value that was assigned to that particular check box.
Note that just drawing an option group frame around a set of check boxes
doesn't make those check boxes "belong" to the option group. The
easiest way to create an option group is to use the control wizard;
that will take you through the steps of creating the option group frame
and the controls that will belong to it. But if you have already
created both an option group and a set of independent check boxes, you
can cut the check boxes, then click to select the frame, and paste the
check boxes into it.