stoping a record from saving

  • Thread starter DowningDevelopments
  • Start date
D

DowningDevelopments

I have a form which needs to save only if 2 vaules in the footer are equal.
So i setup some BeforeUpdate code which throws up an error message if they
are not. The problem is that the values are calculated from the values of
popup forms that are fired from and filled in while the main form is open and
the beforeupdate event keeps firing whenever a popup form is opened, as the
event doesnt allow the foucs to leave the main form it stops the popups from
working and the values to be updated and made equal.

How can i open up popup forms from this form without triggering the
beforeupdate event?

with much thanks for looking at this problem

Amit
 
Top