C
|
cdlamore author 12/18/2009 |
I think the most pressing detail I would like to learn is how to make that button on the master table which I have doing what I want submit, update the record before it redirects to the detail table form...since it has to send over some of the values to the details table in the add scenario. |
J
|
Jane 12/18/2009 |
Christie, |
C
|
cdlamore author 12/22/2009 |
OK I did as you suggested with your link - |
C
|
cdlamore author 12/22/2009 |
I just want to add one more thing - |
J
|
Jane 12/24/2009 |
Christie, if GetRequestForm("more")="More" then response.write """window.location.href='FetalComplications_edit.asp?editid1=" & request.querystring("editid1") & "';"">" end if |
C
|
cdlamore author 12/28/2009 |
Jane, |
J
|
Jane 12/29/2009 |
Christie, |