S
Sasan
hi
i am trying simply to open a recordset but it gives me an error ( Type
Mismatch),, i used to this before without any problem,, would you guys take a
look at it... appreciate your help
Dim myDB As Database
Dim temp As Recordset
Set myDB = CurrentDb
Set temp = myDB.OpenRecordset("myTable",dbOpenTable)
i dont know why i get "typemismatch "error. everything seems to be alright
here/
i am trying simply to open a recordset but it gives me an error ( Type
Mismatch),, i used to this before without any problem,, would you guys take a
look at it... appreciate your help
Dim myDB As Database
Dim temp As Recordset
Set myDB = CurrentDb
Set temp = myDB.OpenRecordset("myTable",dbOpenTable)
i dont know why i get "typemismatch "error. everything seems to be alright
here/