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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top