Hi all,
I recently inherited mainainence of an Access 97 mdb that consists of several dozen macro, several dozen queries used by the macros and several dozen import load mask specs. There are no forms or reports but a few tables without data that the queries reference. Data from an upstream application is imported into an Access table and then a macro manipulates the data and exports it for use by a downstream application.
My problem is that it is almost impossible to keep track of the dependencies. If I modify one query then I end up breaking another macro, etc.
Is there any Access data dictionary table/collection/object that contains more information than Msysobjects? What I am looking for is a way to determine what queries and import load specs are used by a macro. I would love to know what macros are dependent upon a query and what querys are no longer being used.
I know the information I need is contained somewhere in the mdb file. Can someone point me in the right direction?
Thanks.
I recently inherited mainainence of an Access 97 mdb that consists of several dozen macro, several dozen queries used by the macros and several dozen import load mask specs. There are no forms or reports but a few tables without data that the queries reference. Data from an upstream application is imported into an Access table and then a macro manipulates the data and exports it for use by a downstream application.
My problem is that it is almost impossible to keep track of the dependencies. If I modify one query then I end up breaking another macro, etc.
Is there any Access data dictionary table/collection/object that contains more information than Msysobjects? What I am looking for is a way to determine what queries and import load specs are used by a macro. I would love to know what macros are dependent upon a query and what querys are no longer being used.
I know the information I need is contained somewhere in the mdb file. Can someone point me in the right direction?
Thanks.