Hi All,
Searching posts turned up a series of posts dated March 9, 2001, and I still need some help.
StrMySearchCriteria = Trim(rst![MyListOfSearchCriteria])
StrMySearchCriteria could be one of the following:
Smith
O’Brian
TOYS ‘R’ US
TOYS “R” US
strSql1 = strSql1 & ” WHERE (((MyTblName.MyFieldName) = ‘” & strMySearchCriteria & “‘))”
How are quotes placed in the WHERE clause to handle the above criteria?
Thanks