Replace specific occurrences of a value in a field

Replace specific occurrences of a value in a field

You can replace all occurrences of the specified value at once or each occurrence one at a time. If you want to find Null values and zero-length strings, however, you must use the Find dialog box to find these occurrences, and then replace them manually. For more information, click .

  1. In Form or Datasheet view, select the field (column) you want to search, unless you want to search all fields. (Searching a single field is faster than searching the entire datasheet or form.)

  2. On the Edit menu, click Replace.

  3. In the Find What box, type the value you want to find; in the Replace With box, type the value you want to replace it with.

    If you don't know the exact value you want to find, you can use wildcard characters in the Find What box to specify what you're looking for. For examples of wildcard characters and how to use them, click .

  4. Set any other options you want to use in the Replace dialog box. Click More for additional options.

  5. To replace all occurrences of the specified value at once, click Replace All.

    To replace each occurrence one at a time, click Find Next, and then click Replace; to skip an occurrence and find the next one, click Find Next.

Notes