I've created a dynamic table that retrieves multiple records
for an individual. I've included a submit button in each line
created with the unique record ID as hidden data to be sent for
selecting a update page, but the data I get is all of the unique
records ID's, like 45,46,48,49,50 where I only wanted #46. The
example in the workbook shows an href call to select a particular
record. Is it possible to use either a submit key or a radio button
to select a certain record to update? I have additional data I need
to pass along to the next page so an href pointer won't really
work. What am I doing wrong?