MustangManny
MIS
The first page is a form.
I have used the server behavior INSERT RECORD
on that dialog box there is:
After inserting GO TO: where you can choose a page to direct it to.
I would like to add a query string to it like
thispage.asp?number= [The value of a form filed here ]
I used VB script so that it would look like
thispage.asp?number= <%=(Recordset1.Fields.Item("event_code".Value)%> And it would not work.
I just want the next page to be able to pull up the info that was just entered into the database.
Thanks in advance.
Manny
I have used the server behavior INSERT RECORD
on that dialog box there is:
After inserting GO TO: where you can choose a page to direct it to.
I would like to add a query string to it like
thispage.asp?number= [The value of a form filed here ]
I used VB script so that it would look like
thispage.asp?number= <%=(Recordset1.Fields.Item("event_code".Value)%> And it would not work.
I just want the next page to be able to pull up the info that was just entered into the database.
Thanks in advance.
Manny