Hi,
I have a master detail relationship. when you go to the details page then add a new record or edit an existing one I would like it to then redirect back to the master page and open the master record for inline editing. this is so it can be marked as complete.
<%
Sub Afteradd()
Response.Redirect "/myproject/ouput/mypage_list.asp? ''''''where the master-detail value was = to the detail record just added'''''
%>
thankyou for your assistance.
Michael