Just a newbie here. I want to use a form to insert multiple records into a table. I have an book club where a person would rank a book (3 to 1) next to a particular book read for a particular month. 3 being the most favorite book read that month and 1 being least favorite.
Below is the table the records would be inserted into.
Key---- Month--------Reader---------Rank-------Book
1-------January------- Jim--------------3----------Bible
2-------January---------Jim-------------2----------Koran
3-------January---------Jim-------------1-----------Torah
How can I have a form where the reader sees only (and fills in) the rank and book text fields, and the Key, Month, and Reader fields are filled in behind the scenes with the default info when the form is submitted (Hidden Fields?). Thanks for any help!!