Find What Queries Insert Into Local Table

jo15765

Well-known Member
Joined
Sep 23, 2011
Messages
591
I have a database with about 250 queries and close to 100 tables. Is there a quick way for me to tell what queries are associated with a table? Whether they Create the Table, they insert into the table or they select records from the table? Any query that has any association with the table? EDIT### This is access 2000
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
You could loop through the QueryDefs collection and check the SQL to see which tables are being referred to in each query.
 
Upvote 0

Forum statistics

Threads
1,221,153
Messages
6,158,237
Members
451,477
Latest member
CWebbers

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top