FAO John Vinson - Jet error

L

lawrence ryz

John,

Okay this is how the database I have created works. I
have created a switchboard which takes you to a form
which enables you to enter data in.

As soon as I tried to type in data all was fine - I set
up a number of pull down menus to select address details
from a lits (I can't remember how I did this as I created
the form some time ago) etc. When I went back to the last
primary key, then I would get that error note. I have
deleted that primary key entry which was blank in any
case - it may be that it was the entry which was causing
me all the problems, I don't know as all seems fine at
present.

So far no problem, but it could be that the lists which I
used and which were in the pull down lists to enter the
data in the forms are too long, don't know.

Thanks as always for your assistance.


Subject: Re: jet database error f.a.o John W. Vinson
From: "John Vinson"
<jvinson@STOP_SPAM.WysardOfInfo.com> Sent: 1/19/2004
4:07:48 PM




John,
This is the error report I get when I go into help.
The error happens when I try an enter data in the next
primary key number.

Are you trying to type data into an Autonumber field?
Doing so should
not give you *this* particular error, but you
cannot "enter data" or
edit an Autonumber field. Are you using a Form within an
Access
database to do this? or (giving the JavaScript reference)
perhaps are
you using a Web application (it would help a LOT to
indicate what
software you're using if so!)
I have though, no idea why it thinks
there are other users as I don't have any other users
accessing and inputing into the database. Look forward to
your response. Lawrence

The Microsoft Jet database engine stopped the process
because you and another user are attempting to change the
same data at the same time. (Error 3197) This error can
occur in a multiuser environment. Another user has
changed the data you are trying to update. This error can
occur when multiple users open a table or create a
Recordset and use optimistic <JavaScript:hhobj_1.Click() and
the Update method, another user changed the same data. To
overwrite the other user's changes with your own, execute
the Update method again.

Some suggestions:

- Compact and repair the database
- If that doesn't help, create a new, empty database and
use File...
Get External Data... Import to import all the objects
from this
database into it.



..
 

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