% 'Dimenstion Variables Dim strDatabasePath 'Holds the path to the databse if you are using the hit count on a file not in the same folder as the database 'Initialise the path to the access database if inside another folder other than that the databse is within (don't add database name, just the path) strDatabasePath = ("http://www.armeniafundusa.org/hit_count.mdb") 'Call the sub procedure to increment the hit counters Call IncrementHitCount(strDatabasePath) %>