Microsoft Access was unable to create an MDE database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Access 2000
Windows 2000

Microsoft Access was unable to create an MDE database

Why would I receive the above error (no error number was given)? It just started today, and I have tried the following steps to correct:

1. Compact and repair a copy of the database.
2. Create a new db, then import all of the objects in (no errors).
3. Restart the computer and try the above two steps over again.

It does not seem files specific (same error for multiple files). I have not recently installed any programs or otherwise changed any configurations.

Thanks in advance for any assistance you can offer!
Jake
 
Nevermind...this article addressed it

http://support.microsoft.com/default.aspx?scid=kb;EN-US;28378

Jak

----- Jake wrote: ----

Access 200
Windows 200

Microsoft Access was unable to create an MDE databas

Why would I receive the above error (no error number was given)? It just started today, and I have tried the following steps to correct

1. Compact and repair a copy of the database
2. Create a new db, then import all of the objects in (no errors)
3. Restart the computer and try the above two steps over again

It does not seem files specific (same error for multiple files). I have not recently installed any programs or otherwise changed any configurations

Thanks in advance for any assistance you can offer
Jake
 
Before trying to make *.mde, always go to VBA Editor, then click
"Debug->Compile [...]". Usually, you will get compiling error, indicating
something wrong in your VBA code, so that making *.mde fails.


Jake said:
Access 2000
Windows 2000

Microsoft Access was unable to create an MDE database

Why would I receive the above error (no error number was given)? It just
started today, and I have tried the following steps to correct:
1. Compact and repair a copy of the database.
2. Create a new db, then import all of the objects in (no errors).
3. Restart the computer and try the above two steps over again.

It does not seem files specific (same error for multiple files). I have
not recently installed any programs or otherwise changed any configurations.
 
Back
Top