ACCESS Dependency Checker by Thomas Koester
However, in the case of the problem mentioned above, I do not believe that the presence of queries per se is the cause.
You should broaden your view to include domain aggregate functions (DLookup, DMax, ...) that are used en masse in queries, forms and reports. You should also pay attention to recordsets that are opened and not explicitly closed.
At 13 MB, the front end is nowhere near large enough to be problematic simply because of the size of the number of database objects. You should rather focus on the respective programming.
However, in the case of the problem mentioned above, I do not believe that the presence of queries per se is the cause.
You should broaden your view to include domain aggregate functions (DLookup, DMax, ...) that are used en masse in queries, forms and reports. You should also pay attention to recordsets that are opened and not explicitly closed.
At 13 MB, the front end is nowhere near large enough to be problematic simply because of the size of the number of database objects. You should rather focus on the respective programming.
Last edited: