Database splitting for multiple users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there anything wrong, or anything I should watch out for, if I split a database and only give the users a shortcut to a single front-end?
 
If one user terminates the application abruptly he/she could corrupt the
file for all users. It is much better to distribute front-ends to local hard
drives where the application will load much more quickly. I also have apps
that change the SQL of queries or build temporary tables. This would be much
more complicated in a shared front-end.

--
Duane Hookom
MS Access MVP


Rick said:
Is there anything wrong, or anything I should watch out for, if I split a
database and only give the users a shortcut to a single front-end?
 
Back
Top