Hi, was wondering if somebody could offer me any help please. i Have 5 questions, and each question has different amount of radio buttons. What i want the program to be able to do is, Make sure A radio button is selected from each question, and if not then a message box should appear. So far i have the following:
If obmale.Value = False Then MsgBox ("Please Answer Question 1")
Else
If obfemale.Value = False Then MsgBox ("Please Answer Question 1")
End If
This i have entered for the first question but it seems to be a little tricky. Straight after this i want to check the second, third, fourth, and fifth question. If some body could help me id appreciate it very much.
If obmale.Value = False Then MsgBox ("Please Answer Question 1")
Else
If obfemale.Value = False Then MsgBox ("Please Answer Question 1")
End If
This i have entered for the first question but it seems to be a little tricky. Straight after this i want to check the second, third, fourth, and fifth question. If some body could help me id appreciate it very much.