OldGreenEyes
02-05-2009, 12:53 AM
I have to make changes to a custom function but don't know where it is called in the database. Is there a way programatically that I can search for this function in forms, queries, reports etc without having to examine every field in the database?
MZ-Tools have a nice add-in which wolud work for you: http://www.mztools.com/index.aspx
JR
gemma-the-husky
02-05-2009, 01:51 AM
if you are in code, and the cursor is in a function or sub or variable then shift-F2 will jump to the function declaration itself.
i tend to just use ctrl-H to search for instances of the function in the rest of the database if i need to