I have a project management database in access that works very well. I need to be able to setup multiple remote users to use this database as they are all project managers working offsite.
Is this possible?
|
I have a project management database in access that works very well. I need to be able to setup multiple remote users to use this database as they are all project managers working offsite. Is this possible?
| |||
|
feedback
|
|
Using a Microsoft Access via a "mapped drive" over a low speed or high-latency connection will be painful at best, and you will have "corruption" and errors, at worst. If you're talking about online access over, say, a VPN, then I think you're probably in for a terrible shock. I have one Customer who relies heaving on a Microsoft Access-based system for their business. They allow users in remote offices to access the programs (connected via low-speed, high-latency VPN links) via Windows Terminal Services using RemoteApp shortcuts. The licensing wasn't cheap, but it gets the job done for them. Peter Schuetze talks about using database replication in his answer as a possible for allowing for offline access. I haven't ever used database replication in Access, but it's certainly worth exploring. | |||
|
feedback
|
|
Trying to hack up Access DB replication in a multiple-sites-write-access scenario is asking for a nightmare. If you're going to continue using Access for this, you'd be better served by spending your time writing a Web front-end for the remote users. Or you could look into migrating to MS Project and Project Server, or Sharepoint and InfoPath. | |||
feedback
|
|
As long as they can access the database from remote (e.g. VPN) that should not be a problem. However, you should check into replicating the database with the master being in the office. Than they can work offline and only replicate once in a while with the master. I have seen such an installation in a small laboratory. Not sure if that will work for you since you might get into trouble when two people change the same record and than try to replicate. Otherwise create a web UI and make it available to your offline folks. | |||||
feedback
|