Replace Code with vba-routine (A97)

  • Thread starter Thread starter harmi
  • Start date Start date
H

harmi

Hello NG,

is it possible to update code in forms and modules using a vba-routine
to replace f.e. everywhere where used, "SumOfDollars" with
"SumOfEuros"

With queries i already did it but with forms and modules i don't
know.

thanks for helping

Best Regards

Reiner
 
harmi said:
Hello NG,

is it possible to update code in forms and modules using a vba-routine
to replace f.e. everywhere where used, "SumOfDollars" with
"SumOfEuros"

Global search and replace of code in forms, reports, and modules is built
into ms-access.

When you use the "replace" feature..just click on the "current project"
button...it is global for *code*....
 
Back
Top