Forum Discussion
Convert From Accde/Accdr back to Accdb
Unfortunately, there is no way to convert an accde to an accdb. That's actually one of the reasons for creating an accde: changes to VBA and other objects are blocked.
Somewhere in your environment, you should have the original accdb from which the accde was created. You can use it to correct the error and then recreate a new accde to replace this one with the flaw in it.
- George_HepworthFeb 02, 2023Silver Contributor
Ah, the original description implied that you didn't have the accdb. So, the problem is in that accdb itself. That's where you have to find and correct the problem BEFORE recompiling to accde again.
It is possibly an unhandled error in the VBA, OR incipient corruption in the source accdb.
Karl's right about the conversion service, and I would have suggested that if you didn't have the acdb to work with.- John_VallierFeb 02, 2023Copper ContributorThe uncompiled .accdb works without problems. The issue is really strange because it occurs only after recompiling and it's been in use for about a week. I've worked with access a very long time and have never encountered this type of behavior. The conversion service has been in touch now so I'll work with them. Thank you all very much for your responses.
- George_HepworthFeb 02, 2023Silver Contributor"...it occurs only after recompiling and it's been in use for about a week..."
How about when you use the full accdb for about a week, does it continue to work correctly also?