Does anyone know if it is possible to scan all the code in all the forms and modules of an access database. Find matching string values and replace it with a user provided string?
Essentialy I want to make a "find and replace" function that runs off a button click but will scan all the VBA code and replace matches with the provided string. It just needs to run across ALL forms and modules.
Essentialy I want to make a "find and replace" function that runs off a button click but will scan all the VBA code and replace matches with the provided string. It just needs to run across ALL forms and modules.