Thanks for the reply!! I guess my problem would be the driver then:
'Database connection info and driver (if this driver does not work then comment it out and use one of
the alternative drivers)
'strCon = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & strDbPathAndName
'Alternative drivers faster than the basic one above
'strCon = "Provider=Microsoft.Jet.OLEDB.3.51; Data Source=" & strDbPathAndName 'This one is if
you convert the database to Access 97
'strCon = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & strDbPathAndName 'This one is for
Access 2000/2002
'If you wish to use DSN then comment out the driver above and uncomment the line below (DSN is
slower than the above drivers)
'strCon = "DSN=DSN_NAME" 'Place the DSN where you see DSN_NAME
Any idea which one of these is for the Brinkster paid accounts?
Thanks!!
Chris