|
Question : Problem Creating MDE file
|
|
Hi all ,
I have 2 mdb files in access 2002 file format , one has only tables and the other one is linked to the first one and has a lot of Queries , Forms and Reports . I'm trying to create an mde file and I understood I need first of all to create it to the mdb with the tables - for this fie I have no problem and I can create the mde file . but when I try to create an mde file to the program file (the second mdb) - I get the error - Microsoft Access was unable to create an MDE database .
I need help ...
Nitz
|
|
Answer : Problem Creating MDE file
|
|
There are three reasons for a MDB not letting changed to a MDE
1) You have taken this point into consideration: It should not une linked tables to a MDB
2) It should not use code references from a MDB. From any module, check the 'References' menu and verify if any MDB is used as reference.
3) There are still compilation errors. Open a module and use the 'Compile all modules' command to verify you have no compilation error left.
|
|
|