Good day!
I'm writing the following code in Word 2013 VB to connect to MDB database
dim db as database
dim rst as recordset
set db="db path"
set rst= db.openrecordset("Table Name")
In this stage I'm getting the error message :run-time error '4029' activex component can't create object"
I checked libraries, they're OK.
I tried to use (DAO.database) but still the same problem.
Kindly help
I'm writing the following code in Word 2013 VB to connect to MDB database
dim db as database
dim rst as recordset
set db="db path"
set rst= db.openrecordset("Table Name")
In this stage I'm getting the error message :run-time error '4029' activex component can't create object"
I checked libraries, they're OK.
I tried to use (DAO.database) but still the same problem.
Kindly help