user error? Access 2000 file on network memo field keeps losing data and corrupting table

J

jwflutterby

I'm thinking this might be some type of user error but I'm not sure how
they are doing it so I'm not sure how to fix it. I have a person that
keeps having trouble with Access files. It started out just happening
when they were working with a file on a network drive that they have
exclusive access to. When they were adding comments in a memo field, an
error would come up when they tried to save the record that says "The
Microsoft Jet database engine stopped the process because you and
another user are attempting to change the same data at the same time."
The contents of the memo field would then be replaced with #Error and
the same error message would come up every few seconds.

When this happens I can do a Compact and Repair on the database which
eliminates the error messages but it replaces the contents of the memo
field with ################. This comment field is an ongoing record of
all contact the user has with a customer, when this problem happens,
they lose all of this information which has caused a lot of headache.

At first we thought it was an issue with the user's Access application
so we re-installed Office. That didn't help so to eliminate the
possibility of something they might have downloaded causing the problem
we gave them a new PC. That didn't help either. We made sure they
didn't have the file open multiple times or anything and verified that
the file was in a folder on the network that no one other than the user
could access (well, sys admins can technically get to it too but we
don't).

We thought possibly the problem was related to the Access file even
though it had been recreated a couple times (they have an empty
template database file that they copy then populate with an individual
user's data) because it was the only file the user was having trouble
with until today. Today she tried to open a copy of someone else's
database that was in a public folder and the same problem happened.
Even though she does not have exclusive access this folder, everyone
else with access was accounted for so we know no one else had it open.

Several people use the "same" database (files created from the same
template but with different data) without any trouble, only this user
is having trouble. It only seems to happen when modifying this comment
memo field, is there some key combination she could be pressing to
cause this? The field contains a lot of text, is there some type of
limit she could be hitting that could cause this problem? Anything I
could be missing? Thank you in advance for any help!!

Jenni
 
B

Bill Mosca, MS Access MVP

Jenni

Does the problem PC have the latest updates for Office 2000? Access 2000 has
a known bug with memos that was fixed with a service release (1a, I believe)
 
J

jwflutterby

The user is on Service Pack 3 so I don't think that is the problem,
thanks for the suggestion though!

Jenni
 
M

major.mansteak

Jenni;

I am having the same problem myself. I have an Access 2003 file out on
a network drive. I went though all the same steps that you have minus
replacing computers. To this day i have not found a work around to this
problem. However, something you might want to check since you have it
confined to a single user is:

In MS Access Go to tools->options->advanced tab . In the right half of
the box there should be 3 option bullets for "Default Record Locking."
Play around with the No locks and Edited Record. The shared data base
follows the lead of whichever Access program opens the file first. ie:
if she opens it first with all record locks on then when the second
user opens it, regardless of what they have selected, the database will
follow the "all Records" option. Perhaps this could be causing the
error.

-Chad
MCS Undergrad
UWW
 
P

punjab_tom

MDB shouldn't be used for anything.

it's not reliable... it doesn't have profiling / tracing capabilities.

there is NO BENEFIT to using MDB for anything.. SQL Server is bigger,
better, faster, easier development, easier administration and CHEAPER

-Aaron
 
T

Tony Toews

Aaron wrote using an alias:
MDB shouldn't be used for anything.

it's not reliable... it doesn't have profiling / tracing capabilities.

there is NO BENEFIT to using MDB for anything.. SQL Server is bigger,
better, faster, easier development, easier administration and CHEAPER

-Aaron

ADPs have their place as do MDBs.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
P

punjab_tom

WOW TONY.

you know.. of all the things that you could have done to get me to
STFU; that's probably all it took.

Someone credible.. saying 'ADPs have their place'

Every other MVP anywhere says 'ADPs have no place'

I still believe that MDB have no place.. but I will try to act with a
little bit more respect.. now that I've got Tony Toews on my side

-Tom
 

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

Top