Unable to create MDE file

  • Thread starter Thread starter MadDog
  • Start date Start date
M

MadDog

I have a distributed database that I have in the past
created MDE files from, but today it won't let me
recreate the file. I have tried it on three different
computers, and all three do the same thing. I have tried
to repair and compact the file, tried deleting old forms,
reports, queries, macros and code to streamline the file,
but no luck. I have tried to undo some of the most
recent changes. Nothing. Would be most grateful to
whoever can get me out of this pickle. Thanks
 
Usually the fix is to make sure all your code compiles.

Just whack ctrl-g to bring up the VB code window. Then select tools->compile
all.

In fact, you should make habit of compiling even when you are NOT make a
mde. It is a great way to catch problems before your run your code.

Give the above a try.
 
Back
Top