Guideline for creating reusable modules ?

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

I'm missing some basics.
Does anyone have a reference or tips and tricks to create better reusable
modules? I seem to always have to make adjustments to the code to accomplish
the same thing, when I copy a set of code from one mdb to another. And
keeping track of modules I want to reuse.
 
Hi,
I normally make VB6 activex dlls with reusable functions, then I set
reference to it in access - and can use these functions in access
You can also make library database, mde with functions only, and also set
reference to it

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
 
Back
Top