I am writing a VB6 web program for a Survey web site.

They want 10 questions with each having 10 possible option buttons the user can select (like 1 is don't like, 5 is neither like or dislike, 10 is like very much).

I can't figure out how to assign the 1-10 value to the option buttons then be able to retrieve it later per question to write the results to a database.

Can anyone help me? This is probably...