matrixknow
IS-IT--Management
- May 3, 2007
- 78
If I try to run my code I got the error "types are not matching"
Has this to do with the references ? If yes, which one should you select out of the large library. I don't see why access is annoying the user with what should be basic functionalities as asking to generate a recordset.
I use access2000
Code:
Set rst = CurrentDb.OpenRecordset(strSQL)
Has this to do with the references ? If yes, which one should you select out of the large library. I don't see why access is annoying the user with what should be basic functionalities as asking to generate a recordset.
I use access2000