victoryhighway2
Programmer
Hello,
I have a database that has components that reside on two different servers (in two geographic locations.) I have modified my code in my Access front-end to use a "table prefix" to identify which backend should be accessed, the one in Location A or the one in location B. To clarify, I have a TBLA-Customers and a TBLB-Customers table linked in my front-end. The code will automatically determine whether it needs to access the TBLA or TBLB prefixed tables.
This arrangement works great for most cases, however, this means that location a and location b have totally separate tables.
There are two tables, an Employees and a Departments table which needs to be shared by Location A and Location B. Up to this point, all users have been using the one shared set of Employees/Departments tables. This morning turns out that server that hosts the Employees/Departments tables (as well as location A's entire database) went down. Location B's server was not affected, but the users at Location B could not access the database because Location A's server with the shared Employees and Departments tables was down.
What I'd would like to know is if there was a way that we could have two separate sets of Employees and Departments tables that could be synchronized between Location A and Location B?
Thank you for any help you could offer.
Regards,
Geoffrey
I have a database that has components that reside on two different servers (in two geographic locations.) I have modified my code in my Access front-end to use a "table prefix" to identify which backend should be accessed, the one in Location A or the one in location B. To clarify, I have a TBLA-Customers and a TBLB-Customers table linked in my front-end. The code will automatically determine whether it needs to access the TBLA or TBLB prefixed tables.
This arrangement works great for most cases, however, this means that location a and location b have totally separate tables.
There are two tables, an Employees and a Departments table which needs to be shared by Location A and Location B. Up to this point, all users have been using the one shared set of Employees/Departments tables. This morning turns out that server that hosts the Employees/Departments tables (as well as location A's entire database) went down. Location B's server was not affected, but the users at Location B could not access the database because Location A's server with the shared Employees and Departments tables was down.
What I'd would like to know is if there was a way that we could have two separate sets of Employees and Departments tables that could be synchronized between Location A and Location B?
Thank you for any help you could offer.
Regards,
Geoffrey