Troubleshoot finding and replacing data

I can't find or replace values that I know exist.

I can't find or replace text in a field with an input mask.

If you add an input mask to a table that already contains data, the Find and Replace dialog box may not find the text when the field's data does not meet the criteria of the input mask. To resolve this, you can remove the input mask, use the Find and Replace dialog box, and then add the input mask back. Alternatively, you can modify the data in the field with the input mask to meet the criteria of the input mask.

It takes too long to find and replace data.

For the fastest searches, search for whole field values or the first character within a single indexed field. If you search the same nonindexed field repeatedly, index the field.

I can't find the data I want when I use wildcards.

In a Microsoft Access database where the ANSI SQL query mode has been set to ANSI-92 SQL, you must use ANSI-89 wildcards instead of ANSI-92 wildcards in the Find and Replace dialog box. For example, if you are searching for data that begins with the letter "B", type B* in the Find What box instead of B%.