Results 1 to 3 of 3

Thread: [RESOLVED] Option button

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Resolved [RESOLVED] Option button

    I have problem with option button. Every time, I run, the option1 is seemling tick.I don't have a code at form load.How tu untick it?


    If Option1.Value = True Then
    Form2.Show
    Unload Me
    ElseIf Option2.Value = True Then
    Form3.Show
    Unload Me
    End If

  2. #2
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    Re: Option button

    Select the Option1. Press F4. And Set its value property to False
    CS

  3. #3
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    Re: Option button

    Or you can write code in your FormLoad event
    vb Code:
    1. Option1.Value = False
    to untick the option button when the form loads
    If an answer to your question has been helpful, then please, Rate it!

    Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.


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