473,385 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

I have an error message that says" This record has been changed by another user since

anoble1
245 128KB
This record has been changed by another user since you started editing it....

This happened on 2 particular records. The rest of the records would let me edit. So, I went to the tbl where the record lies, I started manually typing in something then saving it; it came up with the same error message. It only gives me 2 options, not 3. Copy to clipboard, or drop changes. No-one is in the database except me. I just have the tables open. I examined an identical record in the database, they looked exactly the same except for different numbers. But when I put something in the box, it let me, when I tried the other record it didn't let me.

Can someone help?
Feb 11 '10 #1
8 4952
As no one else has answered you, I'll stick my neck out (as I'm also a 'Newbie'!)

I've had this error when I have code behind a form that is modifying the same table(s) as the form's record source. The built in form operations (save/next etc) believed my code operations were "another user". I think it can also happen if you have two forms open at the same time and both are using the same table (or a query based on a joint table and some others). If the problem crops up after the code has bombed and you've had a 'end/debug' message box, then you can usually get it to forget about the 'other user' by closing and reopening the database!

But I'm sure soon an 'expert' will sort this for you ... hang in there!
Feb 13 '10 #2
nico5038
3,080 Expert 2GB
Do you have code or macro's "behind" this form?
If so, can you post it here ?

Nic;o)
Feb 14 '10 #3
anoble1
245 128KB
Need help again. Well, when I open up the tables and I try to enter anything in that column it wont let me and throws up this write conflict. It is only on this one record also. It does it every now and then on different records.
Aug 3 '10 #4
nico5038
3,080 Expert 2GB
Check the foreign keys that are present in the table.
Is one of them referring to a deleted value in a related table ?

Nic;o)
Aug 3 '10 #5
anoble1
245 128KB
The keys look like they are fine. Well, the column was blank. Now when I try to input data in it. It throws up that error message.
Aug 3 '10 #6
nico5038
3,080 Expert 2GB
Do you have defined referential integrity for the foreign keys ?

Nic;o)
Aug 3 '10 #7
NeoPa
32,556 Expert Mod 16PB
It sounds like Juliet has a pretty good understanding of the problem. Access is under the impression that someone/thing else has the record open for update. There are various possible reasons for this, but open tables, queries, forms, reports or even, within your code somewhere, recordsets can be your problem.

Another thing that can complicate the issue is whether the table is Front-End / Back-End (FE/BE).

A last thing to look at is the options set up in Access to handle multiple access. These can be found at Tools / Options / Advanced.

It's almost impossible for us to tell you what is causing your particular issue without direct access to your whole setup, but if you can close all open connections across your network and then delete any related LDB files if any are left, the problem will probably go away.
Aug 3 '10 #8
anoble1
245 128KB
I closed out the network connections and I did a compact and repair and it automagically let me input data.

Thanks!
Aug 3 '10 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Matthew Louden | last post by:
The following ASP code yields the following error, but actually the new record is stored in database. The same error happens when the application deletes a record, such as sqlStmt ="delete from...
4
by: barbara_dave | last post by:
Hi all, We have a Access database used by multiple user. For some reason the database get a "Error" record. When doing search or record pointer point to this record, we get run time error...
11
by: MLH | last post by:
I copied the following code snippet from A97 HELP. Am getting an error at compile time suggesting there's a problem with the first line (compile error, user-defined type not defined). It is likely...
1
by: William Cruz | last post by:
Can anyone help me with this piece of code. - I keep on getting the error message "The object exporter specified was not found" If i change it to run on my local machine it works fine, the...
3
by: blakerrr | last post by:
Hi everyone, I am trying to export a table to an excel file using vba on a form's button click event. I am getting the error: Compile error: User-defined type not defined. And it highlights...
13
by: forrestgump | last post by:
I am currently trying to use the below VBA to import information into excel from access. This VBA is in the excle sheet:- Public Sub getrs() Dim adoconn As ADODB.Connection Dim adors As...
4
by: hung52 | last post by:
Hi experts, I try to send a mail with attachment using cdosys.dll. Dim iCfg As CDO.Configuration Dim iMsg As CDO.Message Set iCfg = New CDO.Configuration ... the compile got error...
4
by: nani2717 | last post by:
HI ALL, I m currenly working with a visual basic 6 project.i m new to VB.wen i tried to comile a file i got the error "user defined type not defined".i don know wat appropriate reference to add.i m...
10
by: Roger | last post by:
ms-access97 & sql server2005 two tables tblItem tblItemFeature form frmItem contains subform frmItemFeature each form is based on their respective table creating new record and filling in...
1
by: coolminded | last post by:
hello all, i'm using vb6 and sql. whenever i compile my project it shows the message "User-defined not defined". i have kept all the references associated with my project. even though, it shows...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.