This topic is locked

open service_edit.asp

9/25/2006 12:43:36 AM
ASPRunnerPro General questions
customcode author

Hi, how would I open service_edit.asp where the unit in service is the same as the unit in repair_edit.asp. This is so the user can update the service record without having to search for that unit. I would like it to popup to prevent the user from forgetting. The service table only has one of each unit as they are unique. thanx

Sergey Kornilov admin 9/25/2006

Use AfterEdit Event to redirect user to the second edit page. Just make sure you contruct correct URL of the edit page.

customcode author 9/27/2006

Thx I got it. I placed the unit value into FldY

response.redirect "service_edit.asp?editid="&FldY&"&editid2=16&editid3=1&TargetPageNumber=1&todo=view&masterkey="