I have a number of fields that will run some script in their mouseDown event. The containing subform has a calculate event, which needs to know which one of its children caused its event to fire. It appears that the mouseDown event fires first, then the calculate event.
Subform
Field1
Field2