I was setting up the redirect on the Multiple Insert behavior and added the Parameters (from the server behavior) that I wanted to pass to the update page but when I save and put it gives me an error.
Here is the redirect...
FX_insredir = "report_edit_procedures.asp?ReportID=<%=(RsReportInfo.Fields.Item("ReportID").Value)%>"
Here is the Error...
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/iponly178270/HBWSPriv/report_insert_procedures.asp, line 146
FX_insredir = "report_edit_procedures.asp?ReportID=<%=(RsReportInfo.Fields.Item("ReportID").Value)