I have spent several hours trying to write the code to search for an apostrophe (') in a specific field in a table and have it replaced by a null value. The code could either be on this specific field or the entire table. Usually the data generated would be less than 100 records. I can get the DoCmd.RunCommand acCmdReplace pop up to work, but want the process to be seamless without manual intervention. A query updates the data into a temporary table [tblTempTestingInsert subform] and the field name within this table to be searched is [PLANNAME]. I'd appreciate any help that could be provided.