Write/edit conflict

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

Guest

I have a form that has a header record and detail. On close of the form I
need to calc some fields. I am getting a write conflict error about 20% of
the time, not sure the logic yet. The error is: Record has been changed by
another user (I am the only user right now!) since you started editing it.
If you save the changes you will over write.
Any suggestions?

Thanks! :)

Janis
 
Hi,
try to make calculations in form's BeforeUpdate event, this should solve
your problem
 
thank you very much - I will try this!

Janis

Alex Dybenko said:
Hi,
try to make calculations in form's BeforeUpdate event, this should solve
your problem
 

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

Similar Threads

Linked ODBC Table 3
Can I Suppress Write Conflict Message? 4
Write Conflict 2
Suppress the Write Conflict Dialog Box 4
Write Conflict 2
Write Conflict 2
Write Conflict 8
Write Conflict Revisited 2

Back
Top