Quote:
>-----Original Message-----
>I have upto 10 people accessing a database concurrently,
it has forms and
>queries within it, I compile it to an mde file for people
to use. All the
>people basically use the same file on a network path.
>I am having problems as I think it is not designed for
this amount of people
Quote:
>to use it simultaneously, the database sometimes gets
corrupt needing
>everyone to come out for it to be repaired.
>I think the solution is to have a central database and
get programs to link
Quote:
>into the database.
>As you can probably tell I have little knowledge about
this, I did create
>the original database which worked fine while there were
only a few
>accessing.
>I would be greatfull for any help.
>Phil
>.
>Hi,
I generally use a Back End on the server, in essence, just
the tables, then everything else on each of the clients
(each users pc) with all the tables linked in. This
enables you to mess around with all aspects of the dbs
appearance etc, without messing with the data as the
tables are 'remote'
Hope this helps,
Nath.