Forms Name

V

Vina

I have a 2 main forms that is using the same subform. Is
there a way that I can capture the Form name cause I ahve
some rule in the sub form that is looking at the header
information.

Any ideas?
Thanks
Vina
 
C

Cheryl Fischer

Me.Parent.Name should return the name of the form on which the subform is
found.
 
Top