I've seen several topics on getting to the current record after add. I cannot seem to get to the view page with the record I just added. I'm using Access 2000. Even if I use getrequestform=("editid1"). I'm on the current version of asprunnerpro. This is is what I have tried:
Response.Redirect "Tickets_view.asp?editid1=" & GetRequestForm("edited1")
Any assistance would be appreciated
Abel