Is compiling is a requirement in making MDE?

  • Thread starter Thread starter Frank Situmorang
  • Start date Start date
F

Frank Situmorang

Hello,

I have tried all efforts but all is unsuccesful. My question is it a
requrement that we should compile our code first than we do maing MDE?

When I tried to compile there are many error message/comping error, if I
delete it I am affraid some of my forms won't work.

Thanks for anyone help
 
Yes, it's a requirement. You cannot create an MDE if the application doesn't
compile.
 
Yes, you have to ensure you code is error free.

On the other hand, think about this:

Do you really want to try and deploy and run a application with so many
errors? What happens if your sales report is broken, and the company uses
the results of that report to spend millions of dollars of advertising based
on that sales report, and it is wrong?

You really do want find out why the code is broken, and why so many errors
exist in your application?

I would NEVER run an application with many errors in a production
environment.

In fact, even in the rare cases where I don't use a mde, I still go
debug->compile virtually after EVERY time I add/change code to an
application. If you don't that comple each time, then you could add new
things for a very long period of time, and THEN discover you have a problem.
It is better to fix things AS you add them...not some time down in the
future.

You don't want to delete that code that fails to compile....you want to fix
it so it compiles free of errors....
 

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

Problem making MDE file 5
New Query Design in Access 2007 MDE 2
MDE Problem 2
References in an MDE 3
GPF on MDE compilation 2
Making MDE files 1
Can't make MDE 3
making a MDE file 4

Back
Top