Creating an MDE file.

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

Guest

I'm having a problem creating an MDE.

These are the steps that I use, if anybody can see where I'm going wrong I
would really appreciate it if you would point out my error.

I open access, go to Tools/Database Utilities/Make MDE file
I then choose the database to be saved as an MDE file, hit the "make MDE"
button, and choose a location for the new MDE.

It's at this point that I hit a snag. The file doesn't get saved as an MDE,
another MDB is created, and then Access freezes up and I have to shut it
down.
 
The first step in creating an MDE is to make sure all the code is compiled.

Open the database exclusively. With the database open, do a Ctrl + G. When
the Microsoft Visual Basic code window opens go to Debug on the menu. If
Compile is grayed out, that means it's compiled already and there's some
other problem. If it isn't grayed out but won't compile, you need to fix the
problem code then compile. After it's compiled, try making the MDE again.
 
Thank you Jerry, that fixed my problem!

Jerry Whittle said:
The first step in creating an MDE is to make sure all the code is compiled.

Open the database exclusively. With the database open, do a Ctrl + G. When
the Microsoft Visual Basic code window opens go to Debug on the menu. If
Compile is grayed out, that means it's compiled already and there's some
other problem. If it isn't grayed out but won't compile, you need to fix the
problem code then compile. After it's compiled, try making the MDE again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Save command disabled in MDE 1
Access 2007 and MDE file Question 10
Access 2007 and MDE Files 1
Access 2007 and MDE 1
Can't make MDE 3
mde file 2
Didn't convert FE to mde is that an issue? 2
Question about .MDE file 3

Back
Top