BlueSpruce
Well-known member
- Local time
- Today, 10:47
- Joined
- Jul 18, 2025
- Messages
- 1,182
I received several broken 2003 apps that need to be migrated to accdb. I noticed
errors and when I checked the references lineup, ADO was listed first, so I put DAO 3.6 first and it's still throwing error. Then I fully qualified
and no luck. I checked other code, like
fully qualified it to DAO.Database and still errs. Any idea what's going on here?
Code:
Dim rs As Recordset
Code:
Dim rs As DAO.Recordset
Code:
Dim db As Database
Last edited: