Okay... I am using what I believe to be Microsoft Visual Basic (Microsoft Frontpage) to write ASP and HTML code. I have used SQL to link it to a database (Microsoft Access) and used a SELECT to display it. Now I need help trying to merge an ASP radio button form to the SELECT table so that it can be displayed side by side.
An example of what I wish to produce would be.... *Question Asked* then:
Answer #1: 0 <- Button
Answer #2: 0 <- Button
Answer #3: 0 <- Button
Answer #4: 0 <- Button
So that which ever answer they choose and submit the value of that option will be carried over and passed along a series of questions and pages as hidden values.
An example of what I wish to produce would be.... *Question Asked* then:
Answer #1: 0 <- Button
Answer #2: 0 <- Button
Answer #3: 0 <- Button
Answer #4: 0 <- Button
So that which ever answer they choose and submit the value of that option will be carried over and passed along a series of questions and pages as hidden values.