austin350s10
Active Member
- Joined
- Jul 30, 2010
- Messages
- 321
I am using a simple SQL UPDATE statement to store userform textbox data into a database. The problem is that when a user types in the character " ' " or " \ " the data is not stored into the database. I don't receive an error it simply does not store the data. I thought it might be an encoding issue but the database column I am attempting to update is encoded 'utf-8'. The only thing I can think of is that " ' " and " \ " are illegal characters and need some sore of special handling in order to be stored properly. I just don't know what type of special handling these characters need or if they can even be stored at all. Has anyone had this problem before and come up with a solution?