AssetRecovery
Programmer
I have a form that posts to an asp page for entering new records into an Access 2002 database. I also have another page that will be used for updating records. I have a field in the db that is the primary key as well as an autonumber called reponum. When I open the recordset I know I am able to grab this value but I do not know the syntax to make it so I can have a "Next Record" button and a "Previous Record" button. I'm guessing I can use the form to post the value of this field from the database to the url as a string and then do a request.querystring() but like I said I need a working example of how to do this. As an another feature if it's not to much work it would also be nice to have a first and last record button as well.