Problems

G

Guest

I'm having loads of problems with our 15 MB database. Stored on a Server
that all can access, plenty of room on the server. How many users can be in
a database at one time? My database is erroring and crashing all the time.
I could use some help getting through this since I'm not an access guru yet,
although they are trying to train me to be that, I really could use some help
here. We are running Windows 2000 on the clients, windows 2000 server on the
servers and microsoft access 2002

The biggest error that I get right before we crash is the following: The
database 'Full Path and filename' needs to be repaired or isn't a database
file. You or another user may have unexpectedly quit Microsoft Access while
a Microsoft Access database was open. Do you want Microsoft Access to
attempt to repair the database?

Of course we say yes, but then it won't let us repair because its locked up
somehow. once the above happens? we crash usually within 24 hours

HELP!!!!
 
G

George Nicholson

You don't specify whether this is a split db or not, but I gather from how
your questions are worded that it isn't.

A split db:
- shared backend (data only) on server
- each user has their own local copy of the Front end (queries, reports,
forms, code, tables linked to backend data)

If it isn't split, that's problem #1, and the 900 lb gorrila among all of
the possibilities.

How many users can safely access a backend mdb file at one time from their
own local front ends? The Access help entry "specifications" says 255.
How many users can *safely* access the same single-file mdb at once?: 1
("safely" means without running the risk of corruption exactly like you are
experiencing)


HTH,
 

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

Similar Threads


Top