Convertion from .mde to .mdb

  • Thread starter Thread starter Herman Yeung via AccessMonster.com
  • Start date Start date
H

Herman Yeung via AccessMonster.com

Hello,

Is it possible if I can convert a .mde file to .mdb format?

Many thanks.

Herman
 
Not really. You can get the data from the tables, and you can get the
queries, but you can't get at the VBA code.
 
in message
Is it possible if I can convert a .mde file to .mdb format?

The tables, queries, and macros are natively importable from MDE
files to a new database, but not code-bearing objects like forms,
reports, and modules.

See if these links which claim to help in this area give you some guidance:

You can import all the forms and reports at one time using Serge
Gavrilov's free tool "MDE forms/reports extractor v1.1".
http://accesstools.narod.ru/.

Another link to try:
http://www.everythingaccess.com/tutorials.asp?ID=1

I have not tried these utilities myself so I cannot attest to their abilities.
 
Hi Can you help me in making a new post. I can just write a reply. When i
press New Question nothing happens. What can i do?

Thanks
 
Hi Can you help me in making a new post. I can just write a reply. When i
press New Question nothing happens. What can i do?

Thanks

Ummm... you just posted a new question.

John W. Vinson[MVP]
 
Hi Can you help me in making a new post. I can just write a reply. When i
press New Question nothing happens. What can i do?

From the looks of things you must be using the Web Interface on Microsoft's site.
It is much easier to read/reply/create newsgroup messages by using a better
newsreader like Outlook Express. I am not very familiar with the new Web
Interface, but try this other link instead. It should be much easier to post from
here. Just choose the appropriate newsgroup from the tree list on the left side.

http://communities.microsoft.com/newsgroups/default.asp?icp=Prod_officebeta&slcid=us
 
Is true what the others said in previous emails.
Until now is not possible to convert MDE file to MDB. Is
recommended that before you create an MDE file to have an
original copy of MDB for development purposes (which for
changes in designing or adding other features) ect.ect

Marsela
 
Back
Top