Thanks for the tip Jerry.
BUT, is there a procedure that can be loaded when the database opens, rather than have to put an on open event in each report. There are hundreds of reports scattered over more than 15 mdb files.
I count each time a report is run in my databases.
First, I put all my report names in one "Report Table", with an automuber as each report's 'report_id'. Then I run all my reports from one Access form, with the report names listed in a drop down box on that form. When a user chooses a report from the drop down box and runs it, VBA code behind the form inserts the report's report_id (the bound column in the drop down box) into a "Report Run" table, along with who ran it, when, and of course, the report's name. Then, counting how many times each report was run can be as simple as querying that "Report Run" table on the various report_id's. Hope this helps.
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.