Maybe this will be of some help. I found this code many, many years ago and have made modifications for my requirements. It checks all database objects for the specified word.
Exctact the .bas file and import it into your dB. Goto MODULES and look at the code in the module "MDB Documenter"
Be sure and Edit the path to where you want the file to be saved
Code:
Open "C:\Documents and Settings\Tenoc\Desktop\WhereReferencedHBB.txt" For Output As #k
Usage
Code:
t = WhereReferenced("tblAIQ_Division", prn, k)
WhereReferenced = the name of the function
"tblAIQ_Division" = what you are searching for
prn = boo;ean for printer to text file. Shood leave TRUE
k = FreeFile - the next free handle for the text file