Remote Access?

E

esellis

Can the program be accessed by multiple different people, and from different
locations? Remote locations? Over the internet?
 
J

John W. Vinson

Can the program be accessed by multiple different people, and from different
locations? Remote locations? Over the internet?

Access is multiuser by design. However it is NOT suitable for connections over
the internet; they can be done but they'll be very, very slow and will subject
the database to corruption. You can use a terminal server program such as
Microsoft Terminal Server or Citrix Server to let a remote user log on to the
computer containing the database if you need remote location access.
 
Top