I have a question about recordset error. If somebody can reference a code that uses recordset, it would be helpful.
strSQL = "SELECT * FROM Proffessor"
Set dbsProject = CurrentDb
Set rstProf = dbsProject.OpenRecordset(strSQL) this line gives type mismatch error.
strSQL = "SELECT * FROM Proffessor"
Set dbsProject = CurrentDb
Set rstProf = dbsProject.OpenRecordset(strSQL) this line gives type mismatch error.