Results 1 to 5 of 5

Thread: clearing checkboxes....

  1. #1

    Thread Starter
    Addicted Member kalicki's Avatar
    Join Date
    Mar 2001
    Location
    Orlando, Florida
    Posts
    134

    clearing checkboxes....

    Can someone please tell me how to set a checkbox from the checked state back to unchecked?

    Thanks,
    Bryan

  2. #2
    DaoK
    Guest
    VB Code:
    1. Check1.Value = Unchecked

  3. #3
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    check1.Value = vbchecked
    check1.Value = vbunchecked

  4. #4
    DaoK
    Guest
    Check1.Value = False

  5. #5

    Thread Starter
    Addicted Member kalicki's Avatar
    Join Date
    Mar 2001
    Location
    Orlando, Florida
    Posts
    134
    Thanks, turns out I had the right code, I was just putting it in the wrong spot...

Posting Permissions

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



Click Here to Expand Forum to Full Width