VB for Application
this code don´t work : Dim db As Database, tbl As Recordset Dim word As String Dim name As String name="NAME1" ´***the table name Set db = CurrentDb() Set tbl = db.OpenRecordset(name, dbOpenDynaset) MsgBox tbl! tbl.Close the error I get is about this line : Set tbl = db.OpenRecordset(name, dbOpenDynaset) run time error ´13´ type mismatch helppppppppppppppp p.s. the DAO 3.6 is include.
this code don´t work : Dim db As Database, tbl As Recordset Dim word As String Dim name As String name="NAME1" ´***the table name Set db = CurrentDb() Set tbl = db.OpenRecordset(name, dbOpenDynaset) MsgBox tbl! tbl.Close the error I get is about this line : Set tbl = db.OpenRecordset(name, dbOpenDynaset) run time error ´13´ type mismatch helppppppppppppppp p.s. the DAO 3.6 is include.