--- Jason Wong <php-general@xxxxxxxxxxxx> wrote: > > Since the grid only is echos of the recordset > fields, > > how does it know the correct PrimaryID to send > when I > > hit the submit button. I'm thinking this is > perhaps my > > problem. > > Hidden fields, or give the submit button a name > that's based on the primaryID. > Thank you. Close but not there yet. I placed the hidden field in the row with the repeat region on it. Named it the same as I did using the $_GET. Problem is it's only bringing up the last record returned. i.e. 5 records are on the grid. Which ever one I chose to update, the 5th record is the one coming up on the update form. Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php