|
-
Apr 8th, 2007, 10:50 PM
#1
Thread Starter
Frenzied Member
[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
-
Apr 8th, 2007, 10:56 PM
#2
Re: Option button
Select the Option1. Press F4. And Set its value property to False
-
Apr 8th, 2007, 10:58 PM
#3
Re: Option button
Or you can write code in your FormLoad eventto 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|