Results 1 to 3 of 3

checkbox / radiobutton

Threaded View

sous2817 Should I use a checkbox or... 02-22-2008, 02:15 PM
Leith Ross Hello sous2817, The... 02-22-2008, 04:03 PM
mikerickson Sous2817, There are a lot... 02-22-2008, 04:06 PM
  1. #1
    Registered User
    Join Date
    05-31-2007
    Posts
    16

    Should I use a checkbox or radio button?

    Hello,

    I'm making a worksheet where the user has the options to select "yes" or "no". I used active x radio buttons because I feel they are more flexible. The problem I'm running in to is, what happens if there is an "unknown"? I can't find a way to "deselect" a radio button, is it possible?

    Next, I tried using 2 checkboxes using the following code:

    Checkbox 1:
        
    If CheckBox2.Value = True Then
    CheckBox1.Value = False
    End If
    Checkbox2:
    If CheckBox1.Value = True Then
    CheckBox2.Value = False
    End If
    The problem with this is, you have to deselect one checkbox before you can select the other. It works, but it’s a little more cumbersome then I was hoping. Is there a better solution?

    Thanks for your time,
    Last edited by sous2817; 02-22-2008 at 03:20 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1