Ok this might be confusing as I dont know how to explain.

I'm doing a quiz and am using radio buttons. On a seperate form is a results page with a label which I want the results to show up on. I have made the label public.

The label should start with zero. There are three questions, each correct question should add a point to the result label.

I have no idea what I am doing!

So far I have done:

Dim lblResult1 As Integer

If rbtnAnswer1_1_1.Checked = True Then
lblResult1.Text =

Can anyone help?