module or macro

B

BigBird

In macro, there is no Replace function. How to use a macro to Find a text, Go
Next record and Replace all in all the fields of a Table?
 
D

Douglas J. Steele

That sounds more like the job for an Update query than for either a macro or
module.
 
Top