It is designed for small groups and depends on excellent network
connection. 12 users will work fine unless your network is spotty. That
will lead to corruption and having to constantly get everyone out so
you can run the repair utility on the datafile.
It's better if you do a split design and put the tables in one file and
then put queries and forms in another file that you distribute to each
PC. Check help for Linked table if you are not familiar with this.
If you outgrow the limits you can migrate the data tables to SQL server
and then change the linked tables. This works very well. To prepare for
that possiblity use sql server naming rules for the table and field
names. Don't put space characters in the names PartTable is better that
Part Table in Sql server.
connection. 12 users will work fine unless your network is spotty. That
will lead to corruption and having to constantly get everyone out so
you can run the repair utility on the datafile.
It's better if you do a split design and put the tables in one file and
then put queries and forms in another file that you distribute to each
PC. Check help for Linked table if you are not familiar with this.
If you outgrow the limits you can migrate the data tables to SQL server
and then change the linked tables. This works very well. To prepare for
that possiblity use sql server naming rules for the table and field
names. Don't put space characters in the names PartTable is better that
Part Table in Sql server.
--- In vantage@yahoogroups.com, "dupuismd" <mdupuis@...> wrote:
>
> Hello group
> I have an off topic kind of question. What are the pro's/Cons of
> building a MS Access database and putting it on a server for use by a
> dozen clients? I have in the past heard of problems with record
> locking and data corruption. I have seen an Access data base lock up
> requiring frequent rebuilds. This again is old history, has anything
> changed with this product?
>
> TIA
> Mark
>