I have a form that dynamically displays all of the records in a table. I would like to have a radio button on this form, so if you check that radio button and hit submit, you are redirected to another page that displays only the record for that checked row.
I know how to filter the recordset on the second page, but I dont know which filter to use (url, form, sesssion - no sessions were created). Can anyone provide me some help?