V
Victoria Bolton
I am writing an application that is going to be sent to my clients clients.
My client has asked that each client have their own seperate Access
database. The structure at the moment is that he has a folder for each
client on his server, he wants the MDB to be in each clients folder.
There are a few tables that are common to every single client. Eg a
manufacturers table, it holds a unique id and the name. This table needs to
be global, ie if client ABC updates it with a new manufacturer then client
XYZ should be able to see that.
My answer to this initially was to create a 'Common' access database that is
in the root of the client folders but I'm hitting a few snags when working
with two distinct databases
So what I want to do is keep local copies of the common tables and write a
routine that sychronises the local and global copy of the common tables at
each startup and shutdown.
What is the quickest and easiest way to perform this syncronisation bearing
in mind that it needs to synch both ways?
Thanks
Victoria
My client has asked that each client have their own seperate Access
database. The structure at the moment is that he has a folder for each
client on his server, he wants the MDB to be in each clients folder.
There are a few tables that are common to every single client. Eg a
manufacturers table, it holds a unique id and the name. This table needs to
be global, ie if client ABC updates it with a new manufacturer then client
XYZ should be able to see that.
My answer to this initially was to create a 'Common' access database that is
in the root of the client folders but I'm hitting a few snags when working
with two distinct databases
So what I want to do is keep local copies of the common tables and write a
routine that sychronises the local and global copy of the common tables at
each startup and shutdown.
What is the quickest and easiest way to perform this syncronisation bearing
in mind that it needs to synch both ways?
Thanks
Victoria