I have a form (frmBatchInfo) which captures Charge Batch total information (ie, total $ per batch). This form contains a subform (frmSubFormVisitDetail) which captures the $ per visit. The sum of the $ per visit should equal the total amount entered in the main form. Therefore, I want to enter an After Update event procedure to check for inaccuracies - and cancel the update if they exist. I've tried several methods and nothing seems to work. Can anyone help - and please be a SPECIFIC as possible.... I'm somewhat of a novice!