List of queries and the tables they affect

B

Bill

Is there an automated way to get access 2000 to list all
of the queries in the database along with the tables that
they create or affect?
 
G

GVaught

You can use the Documenter to get table information. However, there isn't
anyway to get a list of all the queries without writing some VBA code.
 
Top