Results 1 to 5 of 5
  1. #1
    ssissons is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    May 2014
    Posts
    44

    In Access DB, where are tables referenced?

    I haven't seen this, but I'll bet it's on the forum somewhere.



    Is there a way, in Access ??-2013, to search for all the locations(Forms, Queries, Macros, etc.) a table is referenced?

    Thanks
    Scott

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Could try setting the Navigation pane to Tables and Related Views. It won't show macros and VBA procedures.

    The Database Documenter might show this info but it uses a lot of paper and is hard to read. Again, not macros and VBA.

    Otherwise, get an add-in (unless you want to write a LOT of VBA code). I use Rick Fisher's Find and Replace - cost about $50. Another that has good reviews is VTools freebie.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    ssissons is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    May 2014
    Posts
    44
    Thank you. I'll try those.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Under Database Tools you can use the Object Dependencies tool. It is not going to list everything out for you. You will need to analyze one object at a time. Also, it will not help you understand whether or not an object was referenced in a Module. I have seen some code examples that check for stuff like that. Probably easier to use an add-in, like June7 mentioned, though.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Ooh! I forgot about that tool. However, again doesn't show macros and VBA.

    And Rick Fisher's F&R will report exactly where the reference is in the other objects as well as macros and VBA modules.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Referenced Values
    By fredz in forum Programming
    Replies: 5
    Last Post: 07-01-2014, 08:11 AM
  2. Replies: 1
    Last Post: 03-05-2014, 07:55 AM
  3. Report Referenced Query
    By lugnutmonkey in forum Queries
    Replies: 2
    Last Post: 02-19-2013, 10:58 AM
  4. Replies: 1
    Last Post: 06-27-2012, 09:16 AM
  5. Replies: 8
    Last Post: 06-05-2012, 11:49 AM

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