I have used your code and thank you very much for a jump start on my project!
Now I would like to use radio buttons to return a value to a field. If I use the same name for all radios, then the end user is permitted to select only one of each group of five, which is desired. They must not be able to select multiples in a row. (It's a survey.) I also want the selection to return a value (1-5). I cannot figure out how to send that value to a corresponding field in the database just using this:
<input name="radio" type="radio" value="4">
For instance the field in the access database is called "cv" (which means something to me). THANKS for any assistance!!!