Hello,
I am trying to stop a variable from being passed after an insert record page. In all I have three pages.
First page: user selects an event and the event id is passed through the URL using the Go to Detail page behavior.
Second Page: An insert record page. The event id from the URL is filtered so the the event displays in the form, the user fills out the form and clicks submit. The record with the event id is then inserted into the database.
Third page: The Thank you page. The insert record behavior goes to the thank you page after the form is submitted.
Problem, the event id is still in the URL after clicking submit on the second/insert page and I get a "Page cannot be displayed error" for the thank you page.
I'm working with an Access database and an ASP/VBscript pages. Any help would be so very much appreciated. Thank you all in advance!
I am trying to stop a variable from being passed after an insert record page. In all I have three pages.
First page: user selects an event and the event id is passed through the URL using the Go to Detail page behavior.
Second Page: An insert record page. The event id from the URL is filtered so the the event displays in the form, the user fills out the form and clicks submit. The record with the event id is then inserted into the database.
Third page: The Thank you page. The insert record behavior goes to the thank you page after the form is submitted.
Problem, the event id is still in the URL after clicking submit on the second/insert page and I get a "Page cannot be displayed error" for the thank you page.
I'm working with an Access database and an ASP/VBscript pages. Any help would be so very much appreciated. Thank you all in advance!