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
 
Back
Top