M
M Skabialka
I have a database which has undergone many revisions, and would now like to
clean it up. Since all reports are run from button on forms, it was easy to
find out which reports were still being used by searching through the VB
code. I aslo cleaned out older unused forms. I then opened all of the
remaining forms/reports and subforms/reports to find their control source,
so know some of the queries are still used. I also use queries for combo
boxes on forms and charts and other drawings on reports, etc. It seems as
though I have far too many queries I am not sure of the use of.
Is there any way to write a VB module which will search though all of the
forms and reports to see whether I am using queries anywhere on them, e.g.
in charts and so on? I'd hate to delete one that isn't used often then find
out it was necessary! All of my queries start with "qry...."
Thanks,
Mich
clean it up. Since all reports are run from button on forms, it was easy to
find out which reports were still being used by searching through the VB
code. I aslo cleaned out older unused forms. I then opened all of the
remaining forms/reports and subforms/reports to find their control source,
so know some of the queries are still used. I also use queries for combo
boxes on forms and charts and other drawings on reports, etc. It seems as
though I have far too many queries I am not sure of the use of.
Is there any way to write a VB module which will search though all of the
forms and reports to see whether I am using queries anywhere on them, e.g.
in charts and so on? I'd hate to delete one that isn't used often then find
out it was necessary! All of my queries start with "qry...."
Thanks,
Mich