B
Beginner
I have 3 different tables of data. But all the 3 tables
use the same set of 4 lookup tables.
The underlying process for all the 3 tables are the same.
(But the tables cannot be integrated into one single
table ).
Right now I am employing 3 different databases for these 3
tables and uploading the 4 lookup tables into each of
these 3 databases. Can I have a separate database for just
these lookup tables and/or the 3 tables ? Is it possible
to link the 3 different databases to this one database?
The reason for 3 different databases is due to the
numerous queries in each database. Is there a way to
consolidate the queries into one piece of code so I can
integrate all the process into one database and all the
tables in one database?
Any help is highly appreciated.
Thanks in advance
Beginner
use the same set of 4 lookup tables.
The underlying process for all the 3 tables are the same.
(But the tables cannot be integrated into one single
table ).
Right now I am employing 3 different databases for these 3
tables and uploading the 4 lookup tables into each of
these 3 databases. Can I have a separate database for just
these lookup tables and/or the 3 tables ? Is it possible
to link the 3 different databases to this one database?
The reason for 3 different databases is due to the
numerous queries in each database. Is there a way to
consolidate the queries into one piece of code so I can
integrate all the process into one database and all the
tables in one database?
Any help is highly appreciated.
Thanks in advance
Beginner