unrecognized database format

E

Eric

I just converted a word template that was created in Word 2003 to a Word
template in version 2007, so it has become a dotx file. The template contains
a macro that runs a VBA routine that reads data from an access accdb file
(2007).
The problem is that the routine stops at the followin line:

Set DB = OpenDatabase("q:\jas\fmc\RentalPayments\RentalPayments.accdb")
and it displays the message: runtime error 3343 - unrecognized database
format.

P.S. I have a correct reference set to Microsoft DAO 3.6 object library.

I really have no clue why the routine no longer fucntions.
Any help is most appreciated!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top