Hello,
There are three possible scenarios how you can use your .mdb file in multi-user environment wit a Window server:
- using Terminal Server services, using your Windows server as a file server, or using application virtualization.
In a Terminal Server case, all the processing is done on the server and user's computer is just a terminal where the user has an interface to the server to work with your application. Users do not need to have MS Office installed on their computers, but
they will need Terminal server client licenses as well as application (MS Office) licenses.
If a client station has MS Office Pro installed, the user can run the app regardless where it resides on the network - on the server or on any other computer, provided that they have permission to access that network resource.
Scenario where the application is downloaded on the client's computer is implemented through Microsoft Application Virtualization technology - App-V (you will need MDOP for this).
It is recommended that the MS Access database shall be split while used in multi-user environment, but in some cases it is not necessary. For example, if you have a very simple database and it is not likely that many users will access it simultaneously.
Nadia