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.
 

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

Back
Top