I am working in an ms access environment with many tables and queries. It contains some linked tables and some access tables. The queries are built off of access tables, linked tables, and also other queries. I have vba code to loop through all query objects and display name, type, sql, etc. I am trying to determine table to query dependencies. Therefore, if I update or delete a table I will know which queries will be effected. Does any one have any ideas on how this may be achieved?