hitcounter

rups1

New member
Local time
Today, 15:40
Joined
Apr 20, 2006
Messages
7
does anyone know how to insert a hitcounter on a form.thanks
 
Create a global counter in a class module, then on the Form's OnOpen event incremet the counter using the NZ funtion because the counter will initially be empty.
 
Something like using an update query [SQL] with the DMax() function to determine the highest number then add one (+1) to it. Store the number in a table.
 

Users who are viewing this thread

Back
Top Bottom