I have been using Office97 but have just upgraded to 2003 and converted my Access databases. I used to be able to open Access databases from Excel using:
Dim DB As Database
Set DB = OpenDatabase("P:\Factory\Rejects.mdb")
This no longer works (Runtime Error 3343. Unrecognisable data format)
Does anyone have any idea why this is happening?
Dim DB As Database
Set DB = OpenDatabase("P:\Factory\Rejects.mdb")
This no longer works (Runtime Error 3343. Unrecognisable data format)
Does anyone have any idea why this is happening?