> -I have a simple Access 2000 database which has been in use for 3
> years with only infrequent instances of the problem I will describe.
> -The database is around 70mB; consists of only a handful of tables,
> forms, reports and queries.
That seems large for only a handful of objects - do you compact it
regularly?
> -Database is held on our server; users access the database from
> stand-alone PC's. On average 3 users are using the database at any
> given time, this can rise to a maximum of 8. All users input data to
> update tables but do not edit any structures.
That is a recipe for corruption. Users should not be using the same
database at the same time. You should split it and give each user a copy of
the database on their workstation (linked to the backend on the server).
> -The database has not been split into a back and front end.
It should be.
> -The database is backed-up automatically to streamer tape every 2
> hours using Veritas v9.
You should not backup a database while it is in use - that can cause
corruption as well. You should do backups when no one is in it.
> -Over the past three days we have had continual problems when users
> try to open the database; this message appears
You should get everyone out; if a ldb file remains in the folder delete it.
Open the mdb and compact and repair it.
Again it is very important that you split the mdb.

Signature
Joan Wild
Microsoft Access MVP