>Hey Guyz,
>
[quoted text clipped - 12 lines]
>to the same thing) is to save it on the servers and give all 5 users
>shortcuts to it. (Prob onluy benefit here is that it will be backed up?)
A hybrid of these two approaches is universally recommended. You can "split"
the database into a "Backend" containing tables (and only the tables), and a
"frontend" with links to the backend tables, and all of the queries, forms,
reports and code. See
http://www.granite.ab.ca/access/splitapp.htm
for a detailed discussion of this technique.
A single shared database is a *bad* idea; if one user has anything open in
design mode, nobody else can even get in, and you'll get bloating, slow
performance, and a higher risk of corruption.
John W. Vinson [MVP]