escape identifier problem

vicgirl

Registered User.
Local time
Today, 03:25
Joined
Jul 13, 2004
Messages
33
Hi there,
I have another problem about the escape identifier. There is a text box in my form. When I input any word without apostrophe('), it is fine to run the query and save the input in the table. On the contrary, I got a syntax error message when there is an apostrophe in the textbox. I think it is the escape identifier problem, since in VBA, the query is "Insert into filelist(subclassfication) values (textbox)". However, I don't know how to solve this problem? Does anyone know? Thanks in advance!

lgirl
 

Users who are viewing this thread

Back
Top Bottom