I'm half way there with this.
From the top.
I have the below code which tags the value of frame1 as row1, Ok so far.
Now the bit i'm stuck at. Then i want to make all the optionbuttons in frame1 false.
Dim MyMike
row1 = Val(Frame1.Tag)
If row1 <> IsNull(MyMike) Then
row1 = False
End If
Bookmarks