M
mrrcomp
Hi
I upsized an Access 2000 application that is already connected to SQL
Server so that It would convert the Queries down to the SQL also. However I
now am not able to run code that is written in DAO. DAO 3.6 is referenced
however the following still doesn't run
Dim db As DAO.Database, tbl As DAO.TableDef
Set db = CurrentDb
Set tbl = db.TableDefs("TblMembers")
It Can't set the DB
Suggestions??
Regards
Meir
I upsized an Access 2000 application that is already connected to SQL
Server so that It would convert the Queries down to the SQL also. However I
now am not able to run code that is written in DAO. DAO 3.6 is referenced
however the following still doesn't run
Dim db As DAO.Database, tbl As DAO.TableDef
Set db = CurrentDb
Set tbl = db.TableDefs("TblMembers")
It Can't set the DB
Suggestions??
Regards
Meir