make the dll using
Visual Basic...otherwise, what you are looking for in not
an mde but an mda which is, essencially, an access resource library. you
must use a true programming env like c, c++, vb, etc. in order to compile a
true dll or ocx.
mda's are the closest you'll get with access alone.
Quote:
> I have some Functions that are in just about every form/database I create
> these days. I want to make a control(ocx) or some type of DLL to which I
> can create a reference to or just add it to the form. Does anyone know of
a
> good way to compile this type of code so I can use the function after only
> creating some sort of reference. I know it can essentially be done with
an
> mde but I am looking for a better solution.
> TIA,
> Steve