L
LarryP
Excel has a feature called Personal.xls where you can
write code to will be available in any Excel workbook.
Two questions in the MSAccess environment:
(1) Is there anything like a "Personal.mdb" where one can
write universal code -- functions and subs -- and thereby
make them available in any .mdb? For example, there are
some very useful Excel functions that Bill'n'the'Boyz
chose not to make common across the two applications.
(Yes, I realize I can write them in a library-type .mdb
and just copy the module into any new .mdb I build, but
I'm hoping for a simpler, don't-have-to-think-about-it
solution.)
(2) If yes, is there a way to pass that code to other
users when I send them a copy of one of my .mdb's? Or
would it have to be in a module in that specific database?
write code to will be available in any Excel workbook.
Two questions in the MSAccess environment:
(1) Is there anything like a "Personal.mdb" where one can
write universal code -- functions and subs -- and thereby
make them available in any .mdb? For example, there are
some very useful Excel functions that Bill'n'the'Boyz
chose not to make common across the two applications.
(Yes, I realize I can write them in a library-type .mdb
and just copy the module into any new .mdb I build, but
I'm hoping for a simpler, don't-have-to-think-about-it
solution.)
(2) If yes, is there a way to pass that code to other
users when I send them a copy of one of my .mdb's? Or
would it have to be in a module in that specific database?