Error 40230

  • Thread starter Thread starter Foo
  • Start date Start date
F

Foo

I get this message when I try to Make a mde file.

Can anyone please tell me what this error is all about and
how can I resolve it.

Thanks
 
I get this message when I try to Make a mde file.

Can anyone please tell me what this error is all about and
how can I resolve it.

It indicates a corrupt VBA project. Make a backup of the database,
decompile it

"C:\program files\...\msaccess.exe" /decompile "yourdb.mdb"

Reopen and compile all before attempting to make the MDE again.

-- Dev
 
We recently experienced this same error code trying to relink tables using a server database. Turned out to be the firewall settings on the server. Hope this helps
 
Back
Top