J
|
Jane 3/13/2007 |
Hans, Sub AfterEdit() Response.Redirect "TableName_view.asp?editid1=" & keys("KeyField") End Sub
|
Z
|
zion4ever author 3/13/2007 |
Hans, to redirect to the View page after editing use following code: where TableName is your actual table name, KeyField is your primary key. The After record added code is dependent on table structure and database type you use.
|
Z
|
zion4ever author 3/13/2007 |
Oke fixed it. |