This topic is locked

Add to View issue

8/10/2007 3:12:13 PM
ASPRunnerPro General questions
A
a_melchiore author

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

Sergey Kornilov admin 8/12/2007

Instead of GetRequestForm("edited1") use GetRequestForm("editid1")