type mismatch

T

ted

converted a 2003 form file to 2007 & get the 'type mismatch' error in this vb program: Set dbsDatabase = CurrentDb
Set rstMembers = dbsDatabase.OpenRecordset("students", dbOpenDynaset)


anyone got any ideas? TIA
 
D

Douglas J Steele

Already answered in microsoft.public.access to which you posted the same
question. Please don't multipost. If you feel you must post to more than one
newsgroup, please crosspost instead.

"ted" wrote in message

converted a 2003 form file to 2007 & get the 'type mismatch' error in this
vb program: Set dbsDatabase = CurrentDb
Set rstMembers = dbsDatabase.OpenRecordset("students", dbOpenDynaset)


anyone got any ideas? TIA
 
Top