What to use in Web Access to replace Option Group?

  • Thread starter Thread starter arrowhead
  • Start date Start date
A

arrowhead

Since Web Access does not support the Option Group (Radio Buttons for
you old timers), all else I know to use are check boxes.
Unfortunately, they allow the selection of multiple boxes instead of
just one to the exclusion of all others as provided by an Option
Group. I suppose I could use VBA Code so that when one is selected
the others are disabled or made invisible or both. So has anbody out
there found a better solution?
 
:
Since Web Access does not support the Option Group (Radio Buttons
for you old timers), all else I know to use are check boxes.
Unfortunately, they allow the selection of multiple boxes instead
of just one to the exclusion of all others as provided by an
Option Group. I suppose I could use VBA Code so that when one is
selected the others are disabled or made invisible or both. So
has anbody out there found a better solution?

Combo box?
 
Back
Top