Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Option Buttons Help needed 1

Status
Not open for further replies.

juuso

IS-IT--Management
May 22, 2002
2
0
0
FI
When I make like 5 option button in a same frame what can I do that none of them is automaticly choosen when the program starts. Allways one of them have value true in the beginning even if I have not choose it.
 

Private Sub Form_Activate()
Option1.Value = False
Option2.Value = False
Option3.Value = False
Option4.Value = False
Option5.Value = False
End Sub

 
There are 2 posts for this, and the other one seems to be the "in progress" one...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top