Unable to create MDE file

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
 
A

Albert D. Kallal

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.
 

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

Top