System for Analyzing a database

T

TGalin

I am working with an access database that I did not create and I am looking
for pointers that will help me analyze and understand what is happening with
the data as it is being transferred between tables. More specifically, I
need to figure out what the database queries are filtering and manipulating
as they transport the data to its final table output. I know exploring the
queries in design view will help, but choosing where to start seems confusing
and I am seeking, if possible, a more step by step/sequential approach to the
undertaking. Do you have any suggested approaches or strategies that might
help me accomplish this task more effectively?
 
R

Rick Gould

There are a few things you can do. The best one for me is to find an easy to
talk to user who uses this database. Spend 15 to 30 minutes with them
watching them use the database. Ask them which screen and reports they use.
From their I create a quick drawing document showing the screens and the data
they use, specifically the queries and tables.

Most databases I inherit have numerous queries that are not used anymore,
and, do not even reflect the current linking structure of the database. I
never rely on the queries by themselves to tell me what is going on in a
database - start from what is "really" happening.

If I don't have ready access to a user then I look through the forms to find
what I consider is the main one and go from there, again following into
subforms, queries and tables.
 
M

Maarkr

you could try to enable Autocorrect, then in Dtabase Tools, select object
dependencies. Similarly, in the database window (A2007), under all access
objects you can select Tables and related Views.
 
B

BruceM via AccessMonster.com

Name Autocorrect has some issues:
http://allenbrowne.com/bug-03.html

Here is an add-in that may help, although it is not yet compatible with
Access 2007, according to the web site:
http://www.accessmvp.com/JConrad/accessjunkie/csdtools.html
you could try to enable Autocorrect, then in Dtabase Tools, select object
dependencies. Similarly, in the database window (A2007), under all access
objects you can select Tables and related Views.
I am working with an access database that I did not create and I am looking
for pointers that will help me analyze and understand what is happening with
[quoted text clipped - 5 lines]
undertaking. Do you have any suggested approaches or strategies that might
help me accomplish this task more effectively?
 
K

Kathy R.

If you're using Access 2007 there is an easy-to-use "Object
Dependencies" menu item. Look on the "Database Tools" tab, about three
columns from the left. When you click on it a window pops open on the
right hand side that shows "Objects that depend on me" and "Objects that
I depend on." Also notice the "Refresh button."

Two other things to check are 1) the "Relationships" window and, 2) the
"Record Source" of your forms and reports. Often they aren't based on
queries, but rather have their own SQL statements stored with the
form/report themselves.

Kathy R.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top