Unused MS Access Forms / Objects

Is there a way to identify unused forms / reports / requests in a compiled Access (2003) project?


Edit: in my database window, the menu item of unused objects is not checked.

AccessContextMenu http://f.imagehost.org/0551/AcessContextMenu.jpg

+3
source share
2 answers

Yes, in the database window, right-click on the object (form / report / etc) and select "Object Dependencies". If it is not displayed anywhere, it is probably not used.

, - VBA. , VBA , " " " ". - , ; .

+4
0

Source: https://habr.com/ru/post/1702474/


All Articles