I have a page which has a Radio button and when selected
i want to store the Value of selection into an arry
when they click say the next link
this did not work
Dim ansNum
ansNum = rsRecord.Fields("ID")
ansNum = ansNum-2
arrCanAns(ansNum) = <"choice.Value">
any Idea???
Thanks
