![]() |
|
|
|
#1
|
|||
|
|||
|
Update: Solved. I would have deleted the question, but don't see a way to do that, nor can I edit the previous postings. I would mark this as solved if I could find out how to do that.
I removed the reference to DAO 3.6 Object Library, set a reference to Microsoft Office 16.0 Access Database Engine Object Library, and changed the code as follows: Dim db As DAO.Database Dim rs As DAO.Recordset to: Dim db As Object Dim rs As Object Thanks to Albert Kallal in another forum (found via a search) for this suggestion. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
I have an error opening an office file please help !!!
|
a.kaan | Office | 5 | 02-08-2016 02:09 PM |
Restoring the Database of Access
|
jonker | Misc | 1 | 06-08-2015 11:15 PM |
Put Word forms into an Access database
|
Aprilhm14 | Word VBA | 1 | 11-06-2014 10:45 PM |
| get value from access database in normal line | alysolyman | Word VBA | 0 | 02-16-2013 12:41 PM |
get access database path in Word vba
|
marooned | Word VBA | 2 | 07-04-2012 06:37 AM |