MDE CONVERSION FAILED

  • Thread starter Thread starter Resti
  • Start date Start date
R

Resti

hi there,
is there any requirements before i can convert my mdb
dtabase to mde datbase? is the file size of my datbase
affect convertion process?
thanks,

resti
 
Your code has to compile otherwise the mde conversion fails with a none to
helpful error message. In a VBA window choose debug - compile from the menu
to find where the problem is. Once the code will compile you will be able to
create the mde.
 
You can't have any compile errors in your database. Open your database up to
the VB code editor window and compile the database. If there are any errors,
it will let you know. You may be missing a needed reference that will allow
the database to compile correctly.
 
Back
Top