G
Guest
I open up a table and then do a search for the first record that matches a
string expression. Unfortunately, if the string contains a quotation mark,
e.g., Tubing, 8", I get a data type mismatch error. It's obvious why this is
happening inasmuch as double quotes are used in my code to desiginate the
text:
rec.FindFirst "Description = '" & strDescription & "'"
Any one know what I need to do? Thanks.
Ken
string expression. Unfortunately, if the string contains a quotation mark,
e.g., Tubing, 8", I get a data type mismatch error. It's obvious why this is
happening inasmuch as double quotes are used in my code to desiginate the
text:
rec.FindFirst "Description = '" & strDescription & "'"
Any one know what I need to do? Thanks.
Ken