Hi Cinderella,
As Chris suggested, use Replace function to replace all single quotes with 2 single quotes.
Code:
Replace(the_Value_you_would_pass, "'", "''")
and use that in your search condition.
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection