Dim dbsHOlD As Database, rstDAA As Recordset
Set dbsHOlD = DBEngine.Workspaces(0).Databases(0)
Set rstDAA = dbsHOlD.OpenRecordset("tbl_daa1_cleanup"
I get an error of type mismatch on the set rstDaa line
of code. The table is a valid table within the access project. I am working in Access 2000 and I have checked
the MS DAO 3.6 library reference. What am I doing wrong?
Thanks for any help!!
Set dbsHOlD = DBEngine.Workspaces(0).Databases(0)
Set rstDAA = dbsHOlD.OpenRecordset("tbl_daa1_cleanup"
I get an error of type mismatch on the set rstDaa line
of code. The table is a valid table within the access project. I am working in Access 2000 and I have checked
the MS DAO 3.6 library reference. What am I doing wrong?
Thanks for any help!!