Gad I thought I was about to get back to coding my content. The only line
of code I'm changing is the connection string from a DSNless to DSN
connection.
DSNless (everything works fine)
con.Open("Provider=Microsoft.Jet.OLEDB.3.51;Data Source=C:\path\p2001.mdb")
DSN
con.Open "DSN=2001db"
I get the following
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect
pointing at this string
Set rsGameMatches = con.Execute( " my SQL string ...