J
jrtwynam
Hello.
I have an Access tool that contains a whole bunch of tables, queries,
forms, and VBA code. We've been working on documenting the whole
database, because at the moment I'm the only one that understands it
in depth since I created it. What I'd like to do is list everywhere in
the tool that each *thing* is referenced. E.g. if I have a table
called "Rates", I need to list every query, macro, module, function,
form, and report that somehow requires the Rates table. That includes
any references within VBA code, plus any references within stacked
queries (i.e. if Query1 uses the Rates table, and Query2 uses Query1,
then the Rates table is required for Query2 to work).
Is there an easy way to do this? I'm using Access 2007, and I tried
the built-in documenter, but it seems to output a whole bunch of stuff
that I don't need and not much that I do need.
Thanks,
John
I have an Access tool that contains a whole bunch of tables, queries,
forms, and VBA code. We've been working on documenting the whole
database, because at the moment I'm the only one that understands it
in depth since I created it. What I'd like to do is list everywhere in
the tool that each *thing* is referenced. E.g. if I have a table
called "Rates", I need to list every query, macro, module, function,
form, and report that somehow requires the Rates table. That includes
any references within VBA code, plus any references within stacked
queries (i.e. if Query1 uses the Rates table, and Query2 uses Query1,
then the Rates table is required for Query2 to work).
Is there an easy way to do this? I'm using Access 2007, and I tried
the built-in documenter, but it seems to output a whole bunch of stuff
that I don't need and not much that I do need.
Thanks,
John