A
Andy May
Hi There
I have been trying to do some codeing in Access 2002 today, I'm having
trouble using DOA to connect to the database. When I use the script:
Dim db as Database
Dim rs as Recordset
Dim sSql as string
set db = currentdb
sSql = "Select * from table"
set rs = db.openrecordset(ssql)
I get a type mismatch error reporting on the openrecordset command. This
used to work fine, what's the new syntax for 2002, can anyone help.
thanks
Andy May
I have been trying to do some codeing in Access 2002 today, I'm having
trouble using DOA to connect to the database. When I use the script:
Dim db as Database
Dim rs as Recordset
Dim sSql as string
set db = currentdb
sSql = "Select * from table"
set rs = db.openrecordset(ssql)
I get a type mismatch error reporting on the openrecordset command. This
used to work fine, what's the new syntax for 2002, can anyone help.
thanks
Andy May