Results 1 to 2 of 2

Thread: How do I count the number of times a form has been accessed?

  1. #1
    Join Date
    Jun 2003
    Location
    NJ
    Posts
    1

    How do I count the number of times a form has been accessed?

    How can I count the number of times a form has been accessed during a 24 hour period?

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    If it is access or vb you can add a counter on the form load and update a table whenever the form is closed.

    If it is a web based like asp, you can use cookies to store that info.

    If it is asp.net you can do either way as mentioned above.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •