Question
Search for and Update Records
Good Morning,
I'm developing a site that allows users to input registration data. They are able to successfully insert records into the MySQL database. However, my problem is that I need to add functionality so that they can retrieve the record they've created and make changes (update) it.
I've read a lot of the help topics about creating search results pages but am confused. Here's how I would like the process to flow: When user logs in, they are taken to a page that allows them to select their own record to edit based on email address (not unique). Once they choose the record to edit, an update record page loads that presents them with the opportunity to correct any data fields.
I'm a very young newbie and greatly appreciate any assistance. Thanks
I'm developing a site that allows users to input registration data. They are able to successfully insert records into the MySQL database. However, my problem is that I need to add functionality so that they can retrieve the record they've created and make changes (update) it.
I've read a lot of the help topics about creating search results pages but am confused. Here's how I would like the process to flow: When user logs in, they are taken to a page that allows them to select their own record to edit based on email address (not unique). Once they choose the record to edit, an update record page loads that presents them with the opportunity to correct any data fields.
I'm a very young newbie and greatly appreciate any assistance. Thanks
