|
-
Jul 15th, 2013, 12:56 PM
#1
Thread Starter
Member
Make user select radio button
Hello guys!
I am trying to find a code to make user select a radio button to continue into the process
I have used a loop and an IF statement but I can't find a way to declare how to pickup a radio button
This is the code
For Each Me.I In Me.Controls
If TypeOf I Is RadioButton Then
If ............................ Then ' HERE IS MY PROBLEM. I WANT TO SAY THAT IS NOTHING IS SELECTED THEN END PROCCESS
MsgBox("PICK UP A RADIOBUTTON", MsgBoxStyle.OkOnly, "WARNING!")
GoTo es
End If
End If
Next I
es:
Tags for this Thread
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
|