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"
 
Depending on what you want to do an update query might be the right
tool.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top