From: TGalin on 4 May 2010 20:46 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?
From: Rick Gould on 5 May 2010 00:53 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. "TGalin" wrote: > 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?
From: Maarkr on 5 May 2010 07:42 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. "TGalin" wrote: > 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?
From: BruceM via AccessMonster.com on 5 May 2010 08:34 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 Maarkr wrote: >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? -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-tablesdbdesign/201005/1
From: Kathy R. on 5 May 2010 10:13 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. TGalin wrote: > 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?
|
Pages: 1 Prev: Attendance Tracking Next: Microsoft Responds to the Evolution of Online Communities |