How do I toggle a checkbox.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want my users to be able to select either yes or no to a quesiton in a
form. Basically a toggle checkbox that if yes is selected no is de-selected
and visa versa. My data field is currently Yes/No.
 
Hi,

Make sure the Control Wizard button is down on your toolbox toolbar.

Then create an OptionGroup following the wizard. Opt to assign -1 and 0 to
the Yes and No options.

Provided you select the correct options that should about do it.

--
HTH

Mark Phillipson

Free Add-Ins at; http://mphillipson.users.btopenworld.com/
 
Back
Top