you and another user are attempting to change the same data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to open an Access 2000 database I get the subject message. I am
the only user. Does anyone know what is going on?
 
When I try to open an Access 2000 database I get the subject message. I am
the only user. Does anyone know what is going on?

Most likely, you're trying to run some code or an action query which
is trying to modify data in a table, when the record that you're
trying to modify is already open on a Form. You can't have a record
open for editing by two different methods.

Try holding down the Shift key to bypass any startup code, and check
to see if you have startup code (or Open event code on your startup
form) which might be doing so.

John W. Vinson[MVP]
 

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

Back
Top