i am trying to add this to my code :
Dim myRS1 As DAO.Recordset
yet it gives me this error:
Compile error: user-defined type not defined
I have gone through these links:
- compile error: user-defined type not defined
- Compiler Error: User-defined types not defined
- What is "Compile error User-defined type not defined"?
- w7 -> VB6 error "User-defined type not defined"
- http://www.tek-tips.com/viewthread.cfm?qid=1731794
Yet to no avail.
I have tried adding the Microsoft Access 3.6
library yet then it says Error in loading DLL
I don't understand, my previous projects use the exact same code yet they work completely fine.