Find and Replace ?

  • Thread starter Thread starter Spidey3721
  • Start date Start date
Yes, depending on what you want to do. If you are in the VBA editor try
Ctrl+H. If you're wanting to go through the whole database including object
names, there are some 3rd party apps that will do this.
 
I'm assuming the Ctrl+H inside VB Editor only finds and replaces items in
your code, correct ?

Is there a way to find and replace row values for a particular field, or do
I have to write a macro ?

Example: Find all values = "Apple" in the Fruit field and change it to
"Grapes"
 
Back
Top