I have about 6 databases that I've made/making and some tables are required in more than one database.
These tables, which are used primarily as lookup tables for combo boxes etc, are hardly ever updated.
We're looking at creating a common database to store those tables that are needed by more than one module. My question is, can you create a relationship between two tables if they're in different databases? And, if you can, how is it done?
I do realise that you don't need to create relationships if your code is written properly, but the bosses want the relationships.
Any feedback would be greatly appreciated.
These tables, which are used primarily as lookup tables for combo boxes etc, are hardly ever updated.
We're looking at creating a common database to store those tables that are needed by more than one module. My question is, can you create a relationship between two tables if they're in different databases? And, if you can, how is it done?
I do realise that you don't need to create relationships if your code is written properly, but the bosses want the relationships.
Any feedback would be greatly appreciated.