Results 1 to 2 of 2

Thread: Check Boxes! Yay!

  1. #1

    Thread Starter
    Addicted Member WAcKeD's Avatar
    Join Date
    Aug 2000
    Posts
    211

    Question

    How would you create a check box so that if it were checked, and the user hits a submit button, it would pop open a new window.I want the submit button to also validate the checkbox so if it the box isn't checked it will close the program. Could anyone help me with this? I know I ask too many questions but im learning...
    Thankz,
    WAcKeD

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Burlington, IA, USA`
    Posts
    77

    Talking

    Private Sub cmdValidate_Click()
    If Check1.Value = 0 Then
    End
    End If
    Text1.Visible = True
    End Sub
    An ass may bray a good long time before he shakes the stars down.
    T.S. Elliot

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