Access 2000/2003 - linking to a form in a .mde

G

Guest

I have a .mde and a .mdb given to me. The .mde contains a form which the
..mdb somehow has use of, but the form is not contained in the .mdb. I have
another .mdb which also needs to have use of this form. Since .mde forms
cannot be exported/imported, and the link manager only allows linking to
tables, apparently there is some other way to link to this form. How is that
accomplished in Access2003?
 
P

Paul Overway

The MDE is probably a code library. The MDB has a reference to the MDE and
calls up the form using a function or sub in the MDE. You would need to
duplicate the reference and whatever code is being run in the MDB to open
the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top