Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

converting access 2000 to a .mde

Status
Not open for further replies.

nelsonaa

Technical User
Feb 7, 2002
1
US
upon attempting to convert my database to an mde file , the error message "Microsoft access could not convert your database to an mde file." comes up.... i have converted other daTABASES NO PROBLEM.... IS THERE ANYTHING THAT WOULD PREVENT ACCESS FROM CONVERTING THIS ONE?.... I HAVE OWNERSHIP OF IT. Thank you... sorry for the caps.
 
1) Check your VBA code for errors by opening any module and choosing Compile from the Debug menu.

2) Compact and Repair the DB before making the MDE.

3) If you still cannot make an MDE, try building a new, empty MDB, and copy all the objects from the first MDB into the new one, then make the MDE from the new MDB.
 
I've been all day trying to problem solve this same issue. Thanks to your post I was able to create an mde by using the last suggestion...creating a new database and importing the objects. THANK YOU! THANK YOU! THANK YOU!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top