We’re gonna design the update and delete page the quick and easy way. It may not "look" the best, and it surely wouldn’t be good for databases with 1,000’s of entries… but for small databases it’s perfectly OK J
Update Page
This page is a mix between displaying basic records and passing variables. We’ve already done both of these things, but let’s go ahead and create these pages together.
Create a new pages named "updaterecord.asp". On that page open up Window > Data Bindings and use the + sign to create a connection Recordset (Query) to the database. Again! You have to do this for EVERY SINGLE PAGE you want to interact with your database. This does not need a filter. Sort by last name Ascending.
Format the page how you want it, and insert the first and last name fields onto the page. Then using the Window > Server Behaviors use the + sign to Repeat Region of the names. But this time instead of specifing only to display a certain amount of records, choose to display all records. |