write conflict ms access main form

mwal
Lounger
Posts: 42
Joined: 28 Nov 2013, 13:09

write conflict ms access main form

Post by mwal »

I have a dropdown field (valuta) on the main form. a pop up form is opened after an update in a field on the subform. When the pop up form closes, the value of valuta is copied to the main form. Once I leave the subform I get the message "Write conflict". What can I do?

Code: Select all

[Forms]![Workorders]![Valuta] = [Forms]![Order Details]![Valuta]

User avatar
HansV
Administrator
Posts: 78557
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: write conflict ms access main form

Post by HansV »

That's hard to say without seeing (a stripped-down and zipped copy of) the database.
Best wishes,
Hans

mwal
Lounger
Posts: 42
Joined: 28 Nov 2013, 13:09

Re: write conflict ms access main form

Post by mwal »

Hi Hans,

Thanks for your reply. I have replaced the value copy with a message if the value has a different value. That's ok for now. Thanks!
Best regards,
Michiel