Hit Counter for Access Reports

  • Thread starter Thread starter Matty
  • Start date Start date
M

Matty

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

Thanks,

Matty
 
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

Similar Threads

Hit Counter 5
Record Counter 2
Hit counter 4
Record counter in Access 4
Can't create a report from my query in Access 1
counter on report/search via user input on form 4
Hidden Hit Counters 4
How to hide password? 1

Back
Top