I have a split database on our network and lately (the past several weeks), it's been seemingly-randomly giving this error to users:
The database cannot be opened because the VBA project contained in it cannot be read. The database can be opened only if the VBA project is first deleted. Deleting the VBA project removes all code from the modules, forms and reports. and then it talks about making a backup.
The only way to get past the error is to click OK (cancel doesn't do anything), and then it opens the database without any code (so it's useless).
I've Googled this problem many times and came across this: http://support.microso ft.com/kb/2533794
I've decompiled, as it recommends, and then it works for another day or two before it breaks again and gives the same error. I've also decompiled, compact & repair, recompiled... tried various forms of that - but nothing works for very long.
Does anyone know of a long-term solution to this problem?
Thanks!!
The database cannot be opened because the VBA project contained in it cannot be read. The database can be opened only if the VBA project is first deleted. Deleting the VBA project removes all code from the modules, forms and reports. and then it talks about making a backup.
The only way to get past the error is to click OK (cancel doesn't do anything), and then it opens the database without any code (so it's useless).
I've Googled this problem many times and came across this: http://support.microso ft.com/kb/2533794
I've decompiled, as it recommends, and then it works for another day or two before it breaks again and gives the same error. I've also decompiled, compact & repair, recompiled... tried various forms of that - but nothing works for very long.
Does anyone know of a long-term solution to this problem?
Thanks!!
Comment