Hit Counter for Access Reports

M

Matty

Is there a simple way to add a hit counter to Access
reports to check how often reports are used?

Thanks,

Matty
 
N

Norman Yuan

I do not know whether it is a simple way, nut sure it is doable:

Write VBA code to handle Report_Open event. That is, When Repor_Open event
fires, as long as Report_Open is not canceled, add a count to somewhere you
can look at later, most likely, a table to keep the report openning count.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top