Write/edit conflict

J

Janis in Minnesota

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
 
A

Alex Dybenko

Hi,
try to make calculations in form's BeforeUpdate event, this should solve
your problem
 
J

Janis in Minnesota

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
 
Top