Hi, I have started working with vba since monday. I have tried my best and got most of the interface out the way, and the coding is nearly finished aswell. The main problem i am facing at the moment, is when i select a button, the button takes me on the next page. I dont want this to happen, as on the first page there are 9 questions, all questions must be filled in, in order for the user to be taken to the second page. Sorry if you are not understanding me, I shall try to break it down.

Question 1 - 2 radio buttons
Question 2 - 1 combo box
Question 3 - 2 text boxes
Question 4 - 4 radio buttons
Question 5 - 1 combo box
Question 6 - 4 radio buttons
Question 7 - 4 radio buttons
Question 8 - 3 radio buttons, and
Question 9 - 5 check boxes.

What i need the program to do is, when the "Next" button is selected, it shall look at all of the values and if none of the value in a question are met, a message box should appear letting the user know.

Thanks