How do I set up a usage counter in an Access form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a series of interconnecting forms and reports. Keeping track
of people using my main menu form would allow me to determine final placement
in the system.
 
Assuming you want to count the number of times the object is opened, you
could put code in the Load event of each object that would update a table
with the info you want to collect.
 
Back
Top