I get an error in my app when a user enters an apostrophe in text box during data entry, I use an before update event to check for duplicates and thats when the error is triggered.
Here is the code for the before update event
If DCount("*", "tblAccount", "[accSchoolName]='" &...