Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find out where table is being used

Status
Not open for further replies.

Cheesteak

Programmer
Aug 30, 2004
5
US
Hi,

I would like to know if there is an easy way to find ALL places a table is referenced within an Access database. Using the search functionality from within the MODULES will locate the refrences in MODULES and FORMS, but not in QUERIES and REPORTS.

Any help would be greatly appreciated.

Thanks,

Iman
 
The method described by bboffin here thread705-751080, is a method of "dumping" all objects of the database (except the tables) to textfiles. Then you could either write a little search program, or search the files individually to get this information.

Roy-Vidar
 
The extract files created by this work PERFECTLY!!!! Now I will just apply my PERL skills to create my report.

Thanks!!!!

Iman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top