I inherited a database with 128 forms and 200 queries in the front end. Is there a way, besides going through each one manually, to check and see what queries are and are not used? I'd like to remove the excess junk if they're not needed.
Thanks Remou.
This helped identify the record sources of all my forms and reports. Now I just need to figure out when and where some of these other queries are being called or used.
look into MS Access Queries (a hidden system table)
no good for your forms, but includes (in its own inminitable and arcane way) all you ever wanted to know about the queries.
it WILL take some review and perhaps comparision to other perspectives (view points?) of your queries, but once conquored, you will forever be able to see all there is to know about the queries
what this will not tell you is where the queries might be instantiated from within other Ms. A. objects (e.g. forms, frports, modules ... )
much of that information, however, can generally be gleaned from another one of the mysterious (and hidden( system tables ... MSysObjects.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.