error message when attempting to change a record

R

RMS

In the main table of my database I added six new records. They don't show up
in any of the other tables or forms, except one form called "activate
indicator." I should be able to check a box in this form, and then the
record (called an indicator) will show up on the other tables.

When I try to check this box, however, I get the following message:
"This record has been changed by another user since you started editing it.
If you save the record, you will overwrite the changes the other user made."
I am positive that no one else is using the database.

The error message gives me the option to "drop changes" (obviously
unhelpful) or to "copy to clipboard," which leads to another error message if
selected, basically saying the same thing about another user trying to change
the data at the same time. (It's runtime error 3197, if that's any help.)

I'm totally stumped and would appreciate any advice anyone has.
 
Top