can't convert to mde

  • Thread starter Thread starter jims
  • Start date Start date
J

jims

I have developed my access application in mdb and want to
convert it to mde but when I choose the tools menu, the
convert to mde function is blurred. Why ?? and what I can
do? Have I missed anything?
 
1. Make sure it's the correct version.
For example in Access 2002, you must convert to 2002 file format before you
can create an MDE: Tools | Database Utilities | Convert.

2. Make sure the code compiles.
Press Ctr+G to open the immediate window, and choose Compile from the Debug
menu. Fix any errors.
 
Back
Top