F
Frank D. Nicodem, Jr.
I have been given the unenviable task of maintaining an Access database that
was designed and developed by someone else. There is virtually no
documentation available on the layout of the database, and it is a "maze of
twisty little passages, all alike". For example, in what is actually not a
very large database at all, there are dozens of Modules of VBA code, with
each one containing only 2 or 3 procedures each.
Now, as I foray through the code (both the Module code, as well as the code
embedded within the various Forms and Reports), I will occasionally see a
reference to a procedure name, and I'd like to take a look at that
procedure. I can find no way in Access to locate *where* a procedure is
(e.g., is it within another Module, is it buried in a Form or Report
somewhere, etc.) What is the easiest way to do this, without having to open
every single Module, and every single Form, and look for that specific
procedure? Can I do it within the VB code window? Is there any
cross-reference that would tell me that procedure "CheckDataError()" can be
found in Module "GeneralProcessing", for example?
was designed and developed by someone else. There is virtually no
documentation available on the layout of the database, and it is a "maze of
twisty little passages, all alike". For example, in what is actually not a
very large database at all, there are dozens of Modules of VBA code, with
each one containing only 2 or 3 procedures each.
Now, as I foray through the code (both the Module code, as well as the code
embedded within the various Forms and Reports), I will occasionally see a
reference to a procedure name, and I'd like to take a look at that
procedure. I can find no way in Access to locate *where* a procedure is
(e.g., is it within another Module, is it buried in a Form or Report
somewhere, etc.) What is the easiest way to do this, without having to open
every single Module, and every single Form, and look for that specific
procedure? Can I do it within the VB code window? Is there any
cross-reference that would tell me that procedure "CheckDataError()" can be
found in Module "GeneralProcessing", for example?