Hello!
Basically, I need to run through many Access databases see if they use the certain words.
I tried using Find function but it only seem to look for 1 word at a time.
Is there any way to search through all the codes (Form codes, modules etc) for a list of words? Can it be done programmatically?
eg. I wish to look for any existance of word Dog, Cat, Cow within this application code.
Mooo0