Johnnyw
03-19-2001, 10:59 AM
Is it possible to add a hit counter to a form to keep track of how many times a form was accessed? Thanks for any help!!
|
View Full Version : Help with adding a Hit Counter!! Johnnyw 03-19-2001, 10:59 AM Is it possible to add a hit counter to a form to keep track of how many times a form was accessed? Thanks for any help!! llkhoutx 03-19-2001, 11:16 AM Every time a form is opened, increment a counter in a one record table. Johnnyw 03-20-2001, 12:02 PM I need a little more detail. what is the command to count the times a form is open? |