How can I do a find/replace across all Access queries to change t.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using Access to link via ODBC to Oracle databases. I have a "template"
with the queries that I need and I want to be able to copy the template,
relink the tables to the new ODBC schema, and then do some kind of
search/replace feature to redo all the queries to point to the new schema,
not the old. I can do this manually, but it is very time consuming and I'm
hoping that I'm just missing some simple way to do this?
Ideas? Help?
Thank you!!
 
There's nothing built in. You could write code to do it (check out the SQL
property of the DAO QueryDef object) or there are at least two third-party
tools you could use, Find and Replace (www.rickworld.com) or SpeedFerret
(www.moshannon.com)
 

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