My form "Mainform" contains a number of identical subforms "MySubform" (i.e. they all have the same Source Object). In Mainform their names are Subform1, Subform2, Subform3... How can I, in the code of the subform, determine in which instance of the subform I am working? Me.Name returns "MySubform", and not "Subform1" or whatever.