I already have a couple of databases in use on my site. To save confusion I loaded the new 2000 one to a folder named 'snitz_database' Do I need to alter the "strConnString"
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 2000
in order to address this? Sorry if this is one of those stupid questions but when you are just starting, everything looks complicated!
You could download whereami.asp from http://www.frutzle.com/snitz/whereami.zip and put that in your forum folder. Then open it in your browser and you'll get the path to that file. You can use that path to figure out the correct path to your database and then put that in the strConnString.