A family of Microsoft relational database management systems designed for ease of use.
This only works with ACCDB, not with ACCDE.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I made a database in Microsoft Access a few years ago (Microsoft Office XP) and now that I am running the latest version of Office (365), whenever I try to print the report of this database I get an error saying "Cannot open any more databases". When I click on OK, the error appears again and if I click on OK repeatedly for quite a few times, the error dissapears and then if I click on Print Preview, I can see and print the report.
I googled the error and saw that it comes mainly from coding mistakes. However, I used to be perfectly able to print the report of this particular database in older versions of Office (XP).
Could you please tell me what to do in order to not have to spend a minute or more clikcing on OK so that the error goes away?
Thanks
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
This only works with ACCDB, not with ACCDE.
Does your report contain lookup fields/combo boxes?
When the error pops up, and you hit Ctrl+Break, does that break into the debugger from where you can find out what's causing it?
Hello and thanks very much for your reply (and sorry for the delay - was on holiday).
I tried hitting Ctrl + Break but it does not enter the debugger. What could be the problem?
When the error pops up, and you hit Ctrl+Break, does that break into the debugger from where you can find out what's causing it?
Hi Iraklis, I'm an independent advisor and will try to help.
Each version of Access has tightened up on VBA code so code that might have worked fine in older versions may cause problems in newer ones. So I'm not surprised that an app originally written in XP would have issues with the latest version.
You really need to update this app to the latest version (accdb). Then you need to step through the code, seeing what lines of code are causing the errors and fix them. If you need help with doing so, show the lines causing the errors and we will try to help.