I've came to the same problem with this once, but i don't know if you have the same problem. ASP input to MSAccess will regconized the """ and "'" to be special command for it. So you might want to add some codes which will change the """ to something like ":::" and "'" to something like ";;;" and then add to the database. when read to database you need some codes to change the ":::" and ";;;" back to """ and "'"...

I hope this will help solve your problem...