Re: Converting Access 97 MDE to Access 2003



Ah: your MDB and MDE are 2 different things (back end and front end), not 2
versions of the same thing.

An MDB contains 2 versions of the code in it:
- a text version (what you read and edit), and
- a compiled version (the binary that actually executes.)

An MDE contains only the binary. You cannot read or edit the code, and you
cannot convert between versions. It therefore needs to continue to exectue
under the original version, unless you can find the original MDB front end
that the MDE was made from. If you can find that, you can convert it to the
new version, and then use the new version to make another MDE.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<melickas@xxxxxxxxx> wrote in message
news:1132158919.586875.244450@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> If we open the MDB in Access97, there is no code -only the tables since
> this is the backend. We can create a new Module, and do as you
> instruct, but there is nothing to compile since there is no code. The
> code is in the MDE but the MDE cannot open in Access03 -get the "can't
> convert or enable MDE file" error. Please explain. Thanks
>


.



Relevant Pages

  • Re: Modify Forms in Separate MDB
    ... big deal with sending out a compiled MDE file for the application? ... > expect to lose the compiled state of the MDB. ... >>Your best bet is to separate the database and the ... Compile the application to an MDE ...
    (microsoft.public.access.modulesdaovba)
  • Re: Access Compliating
    ... but how come that this function (Make an MDB File) is disabled with the ... > I don't know how Access decides what order to compile modules in, ... An mde will be smaller in size than the mdb it was created ... >> Great thanks Nikos for the quick response ...
    (microsoft.public.access.forms)
  • Re: Correct Sequence?
    ... Open the MDB and hit Ctrl-G; Debug menu, Compile. ... Now try to create the MDE. ... saying Access is unable to make the MDE file. ...
    (microsoft.public.access.security)
  • Re: Modify Forms in Separate MDB
    ... expect to lose the compiled state of the MDB. ... Compile the application to an MDE ... >> What I would like to do have users open a separate MDB ...
    (microsoft.public.access.modulesdaovba)
  • Re: Converting switchboard from 1998 to 2003
    ... the compiled version (machine code that executes.) ... An MDE contains only the 2nd. ... and you cannot edit the code. ... You must locate the MDB. ...
    (microsoft.public.access.modulesdaovba)

Loading