I am having trouble at close of an Access form. I have deduced, and via MsgBox confirmed, that closing the form is somehow invoking the OnCurrent subroutine. I would not expect this, and it does not occur in another database with a fairly similar form. Presumably something in my form is causing DoCmd.Close to trigger OnCurrent. Where should I look?