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

9

9g2REG3

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.
 
K

Klatuu

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.
 
Top