NewProgrammer1234
Programmer
I had to break a part a large DB (1 gigabite DB) into two Databases and I am running the same Access VB functions to update the same master tables because each db has a copy in two separate databases. Can I create a link to the master tables from the second database to the first one so that when I run the code to update the tables in the second DB it will edit/update the original tables in the first database and the the other way around(update the copy of the tables in the second db when updates are run on the first db)? In other words, I have two databases that have tables that need to be completely identical so that when 1 set of tables is updated, the second copy will also save the new changes etc. Any answers?? I appreciate any help I can get. Thanks.