Problems making MDE file

  • Thread starter Thread starter Douglas J. Steele
  • Start date Start date
D

Douglas J. Steele

Open any code module (or simply open the Debug Window by using Ctrl-G). From
the menu bar, select the Debug menu, and pick to compile all modules. That
should take you to the exact point in the code that contains the error about
which it's complaining. Continue doing this until no errors are reported,
then try making the MDE again.


--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)



Steven Waugh said:
I have a database that I have split using the database splitter option. I
am trying to make an MDE file from the front end part, but when I try to I
get the following message:
 
I have a database that I have split using the database splitter option. I am trying to make an MDE file from the front end part, but when I try to I get the following message:

"Compile error in hidden module: Form_X"

(Where X represents the name of the form.)
 
Back
Top