Results 1 to 4 of 4
  1. #1
    meridithdawn is offline Novice
    Windows Vista Access 2007
    Join Date
    Jun 2011
    Posts
    2

    Unhappy Back tracing in an existing database

    I have an old acess database that is at least 8 years old. The original creator is no longer with the company. I need to know where the calculations in the tables and reports are coming from (i.e. where the data is being pulled from and how it is calculated.) I'm lost! Please Help!!

  2. #2
    apr pillai's Avatar
    apr pillai is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    May 2010
    Location
    Alappuzha, India
    Posts
    209

    Back tracing in an existing database

    It is difficult to suggest to follow a certain pattern to reverse engineer someone else logic. Reports are the main objects for sharing information. Depending on the complexity of data processing to bring the raw information into the Report the developer may use a series of Queries sequensed through macros, temporary tables (or may use separate report tables as Report Source), VBA Routines etc.

    In these circumstance the best approach is to start from the Report Source data object and from there track the path backwards.

    Don't forget to take some paper and pen/pencil and draw a flow-chart (process diagram, if you like, listing object type, name and output objects ) for each step and progress backwards.

    The diagram will be helpful, otherwise you may loose your way half way through.

  3. #3
    meridithdawn is offline Novice
    Windows Vista Access 2007
    Join Date
    Jun 2011
    Posts
    2
    I have found which tables the reports are pulling from. What I am unable to do is trace where the tables are pulling their data from.

    Any thoughts on how to backtrace tables?

  4. #4
    apr pillai's Avatar
    apr pillai is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    May 2010
    Location
    Alappuzha, India
    Posts
    209

    Back tracing in an existing database

    You are not clear about the specifics of your problem. You are refering to some data fields (not all fields) which have values coming from somewhere else and you are not able to trace it's origin, is that right? If it is so then it is likely that a Listbox/Combobox with the source data coming from some other table attached to that field. To find out from which table (or query) do the following:


    1. Open the Table in Design View to display the structure.
    2. Select the field to trace the source data.
    3. You will find the Property Sheet below with General and Lookup tabs.
    4. Select the Lookup tab.
    5. Click on the Display Control (here the deafult option is Text Box).
    6. You will two more options, List Box and Combobox.
    7. Select List Box or Combobox and check the Row Source Type and Row Source Values.

    If the tables you are refering to are linked tables (from external sources like dBase, Foxpro, Excel etc.) then you can find the source locations by selecting Linked Table Manager from Database Tools Menu. The list of Tables linked to your database will be displayed.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Split Database Back End password
    By eww in forum Access
    Replies: 4
    Last Post: 05-30-2014, 11:09 AM
  2. Help with existing database
    By byoung11 in forum Database Design
    Replies: 2
    Last Post: 06-29-2010, 06:21 PM
  3. Create an index in existing database
    By blip in forum Programming
    Replies: 1
    Last Post: 05-21-2010, 11:23 AM
  4. Link Existing Access Database to Outlook Contacts
    By rdaled in forum Database Design
    Replies: 3
    Last Post: 12-17-2009, 10:21 AM
  5. Back up database
    By sdondeti in forum Access
    Replies: 15
    Last Post: 11-03-2009, 02:17 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums