Hi all,
I had a web survey form inputting into a MS Access database. The results displayed fine on a web page. At the end of the survey period the end user wanted to use the mdb file to produce printed reports etc in Access, filtering the quite considerable data into logical areas. I just copied the db file off the server and sent it to them.
Problem: all the " in the text came out as & q u o t; in the database, there were many, also a few & a m p . The user corrected all of them by hand.......
Ok so I should have thought ahead, but I am a bit new to the dynamic stuff.
I have a chance to redeem myself, they want to do the same thing again on a different subject. But they are not keen on the & q u o t; 's ;-)
I post the form to a preview page, so they can check their input before they submit, which also has a hidden form which is populated with request.form, this is then submitted using a standard form submit button.
When and what do you need to do to change the & q u o t; characters into a " before it goes to the database please?
The text areas in the form are the only places that will have these types of character, in case that helps....
Thanks in advance for any help.
I had a web survey form inputting into a MS Access database. The results displayed fine on a web page. At the end of the survey period the end user wanted to use the mdb file to produce printed reports etc in Access, filtering the quite considerable data into logical areas. I just copied the db file off the server and sent it to them.
Problem: all the " in the text came out as & q u o t; in the database, there were many, also a few & a m p . The user corrected all of them by hand.......
Ok so I should have thought ahead, but I am a bit new to the dynamic stuff.
I have a chance to redeem myself, they want to do the same thing again on a different subject. But they are not keen on the & q u o t; 's ;-)
I post the form to a preview page, so they can check their input before they submit, which also has a hidden form which is populated with request.form, this is then submitted using a standard form submit button.
When and what do you need to do to change the & q u o t; characters into a " before it goes to the database please?
The text areas in the form are the only places that will have these types of character, in case that helps....
Thanks in advance for any help.