View Full Version : Filtering Problem with word (bos'n)


a_20120
06-23-2007, 09:22 PM
Hello everybody,
I have a project, one part of that is filtering according entry of DATA, it works well, but
Me.meaning_txt.Value = DLookup("[Farsi]", "tblDictionary", "[Words] = '" & Me.RelativeWord.Value & "'")
the filter works well, but there is a word bos'n, when I enter the word bos, I got an error as attachment
what is the solution

a_20120
06-24-2007, 02:10 AM
I mean the words which contains (') Single Quote, cant be filtered.
What is the solution?

a_20120
06-24-2007, 03:41 AM
I found the solution from other place, just instead of using ( ' ) use ( "" )