I have a db that automatically sends an email when a document is saved. My problem is that I want the email to be sent after all fields have successfully cleared their validation formulas, however, my current formula allows for an email to be sent before all validations are cleared.
Here's what I have:
@If(@IsNewDoc & @IsDocBeingSaved ; @MailSend("Email Recipient";"";"";"Subject Line Text";"";"Here's a new doc in the database";[IncludeDoclink]);"")
Is there anything I can stick in this formula that will force all edits to be cleared before sending the email? Thx

Validations and @MailSend (Greg J Ramos 8.Jan.04)
. . 