|
Home > Archive > MS Access database support > June 2005 > Option Group on a Form
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Option Group on a Form
|
|
| Chuck Insight 2005-06-29, 9:24 am |
| Hi All,
The table underlying this form has three yes/no fields that refuse to work as selections within my option group. How can I make this happen?
Thanks very much,
Chuck
| |
| Rick Brandt 2005-06-29, 11:24 am |
| Chuck Insight wrote:
> Hi All,
>
> The table underlying this form has three yes/no fields that refuse to
> work as selections within my option group. How can I make this
> happen?
>
> Thanks very much,
> Chuck
An Option Group is bound to ONE field. If you want the radio buttons to be
independent (in which case they really should be CheckBoxes) then don't use
an Option Group. If you want them to be mutually exclusive then use an
Option Group. In that case only one field in the table is required, not
three.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
| |
| Chuck Insight 2005-06-29, 11:24 am |
| Somehow I knew something I was doinf was wrong.
Thanks very much,
Chuck
*** Sent via Developersdex http://www.droptable.com ***
|
|
|
|
|