Re: expose class modules of a referenced mde



Inserted it from the .txt file. That works and properly exposes the
class to a referencing database IF I leave the thing an .mdb.

Ok. That's correct.

Access won't let me save it as an .mde for reasons unknown to me.
Since I can't reference an .mdb from an .mde (which is what the final
app will wind up being) it's not very useful to me in its current
form. Not sure what it is about making it an .mde that Access doesn't
like, but for now I'll just leave the standard modules in the
reference file and import the class objects as needed into the app.

It's normal that you cannot reference an MDB from an MDE, but Access should let you create an MDE from an MDB.
What errors are you getting?
Did you try to compile your database? Do you get any errors while compiling?

If you have any ideas on the .mde deal, let me know.

I don't use Access 2000, but can confirm there is no problem using Access 2002.

--
PBsoft di Gabriele Bertolucci
www.pbsoft.it
skype: pbsoftsolution


.



Relevant Pages

  • Re: Correct Sequence?
    ... a reference to DAO by default. ... When you create a new mdb, ... Microsoft Access MVP ... Now try to create the MDE. ...
    (microsoft.public.access.security)
  • Re: Lock / Unlock VBA project
    ... "Alex Dybenko" wrote: ... make MDE? ... library MDB - create ne mdb, import forms/modules from your app, which ... have to make MDE of it and add reference to library MDE in order to make MDE ...
    (microsoft.public.access.modulesdaovba)
  • Re: creating external references
    ... The easiest way to implement this is with a referenced MDE. ... Then 'compile' it into an MDE and set a reference in your other ... deploy the frontends as MDBs (because an MDB will recompile against the new ... DLL, which means that all class GUIDs remain the same after a rebuild. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Function name not found
    ... certain Reference changes from version to version in MDBs, ... format (MDB is still fine) on the affected PC. ... Is there a way to check the pre-compiled MDE ... Looking at you Startup function, the first thing I see is a DFirst ...
    (microsoft.public.access.modulesdaovba)
  • Re: Setting a Reference Using Code
    ... In an MDB, yes. ... If your app is compiled as an MDE, ... Is it possible to set a reference using code? ...
    (microsoft.public.access.modulesdaovba)