Set a Reference in VBA

Thales750

Formerly Jsanders
Local time
Today, 15:33
Joined
Dec 20, 2007
Messages
3,558
Where can I go to get an in-death understanding of setting references to other databases?
After a decade and a half I still continue to learn new stuff about Access. It’s almost like I learn more now than I used to.
Thanks All
 
What do you mean exactly by setting references to other databases
and what are you trying to achieve
David
 
In code you can have a reference for external programs.

I have a bunch of modules in one database that I share with a bunch of other databases, that all works just great while we are in development we dont have to go to each database and update the code.

That all works fine, but it got me to thinking, what else can we do?

So to answer your question, I don't know, but maybe something cool.
 
Nothing cool:

The good thing about external references is that they affect all uses.
The bad thing about external references is that they affect all uses.

It just seems like a cool idea at the time.

Make a change to one and go test one; make a change to all… go test all.

Chris.
 

Users who are viewing this thread

Back
Top Bottom