J
|
Jane 1/29/2007 |
Greg, Sub AfterEdit() '** Redirect to another page **** Response.Redirect "TableName_view.asp?editid1="&keys("FieldName") End Sub
|
G
|
Greg Cantwell author 1/29/2007 |
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=14993&image=1&table=forumreplies' class='bbc_emoticon' alt='B)' /> Greg, use After record added event on the Events tab for this purpose. Here is a sample code: where FieldName is your actual field name where primary key is stored, TableName is your actual table name. |