M
mike g
Hi simple question
i want to open a record set
eg. this code in in a visual basis module..
Dim rs As Recordset
Set rs = CurrentDb.OpenRecordset("select * from table")
I get run time error 13, type mismatch? huh?
I am using access 2002 this used to work in previous
access versions? do i need to use ado or something?
thanks
mike
i want to open a record set
eg. this code in in a visual basis module..
Dim rs As Recordset
Set rs = CurrentDb.OpenRecordset("select * from table")
I get run time error 13, type mismatch? huh?
I am using access 2002 this used to work in previous
access versions? do i need to use ado or something?
thanks
mike