I have a form that I use to collect information from users. I pass the variables from this form to an insert page to insert this data into my database. My problem is ... after I've inserted the data and I leave the INSERT page 'Thank You' message ... if I hit the back button and go back to the insert page it resubmits the data creating a new record with the same data in the database.
How can I keep this from happening? Thank you.