Global find & replace

J

John

Hi

Is there a way to find

OpenRecordset(<whatever is here>)

and replace with

OpenRecordset(<whatever is here>, dbOpenDynaset, [dbSeeChanges])

globally across the app? I have upsized my backend to sql server and need
this changed across a huge application.

Many Thanks

Regards
 
T

TedMi

Try this: Export the VB code to a text file, and edit it in Word, using the
wild-card capabilities, paste back into the VB editor.
-TedMi
 
A

Albert D. Kallal

The built in code editor has a option to search the whole application.

If you talking about code in modules, forms and reports...the standard
search and replace should do the trick....
 
K

Klatuu

Albert is correct assuming all occurances are in modules (standard, class,
form, or report modules); however, here is a link to an inexpensive product I
have been using for about 5 years and I really like it.
 

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

Top