dim db as database, rs as recordset
set db = currentdb
set rs = db.openrecordset("coursesffff", dbopendynaset)
when i run this code i get a type mismatch run time error 13 - it debugs on this line and says that rs is empty
i'm trying to open a table called coursesffff as the recordset.
as per usual thanks for your help
mike
set db = currentdb
set rs = db.openrecordset("coursesffff", dbopendynaset)
when i run this code i get a type mismatch run time error 13 - it debugs on this line and says that rs is empty
i'm trying to open a table called coursesffff as the recordset.
as per usual thanks for your help
mike