|
While I haven't worked with Access 2000, I do however understand what you are trying to do...
This would necessitate a dedicated server, running an SQL daemon to where your various offices had permissions/rights to access it at one core...
From a MySQL standpoint, this is controlled by the 'GRANT' tables, and can be setup to allow from various network masks and username/password combinations...
The only downfall of MySQL for this type of scheme, is that it has no automatic 'Replication'... With pilot offices accessing a core database, it's usually best to not put all your eggs in one basket and have several points of SQL access in case one of the engines goes down... However, you can program your own 'Replication' functions that handles this in the background...
I would highly recommend contracting a professional SQL Consultant that can help design this setup as it will quickly become complex in underlying nature...
--
Terra
--Watching the trend of dedicated servers coming to the forefront--
FutureQuest
|