ok to elaborate for u when writing an sql query if my variable holds the value ' in it it errors and i have to filter the variable prior to inserting it into the dbase here is an example:
value="Grant's"
conn.execute("insert into [table] set firstname='" & value & "'")
Now so i was just wandering if there are any other characters that has an issue ie: ")(*&^%$#@!` i just want to document it so i know for future reference thanks.
http://www.centralearning.com/tbi/tbi_cp.jpg