Section containing control?

M

Marshall Barton

Larry said:
Is there a way to tell in what section (Header, Detail,
Footer) a control is found?

Sure, use the section property.

SectionNum = control.Section
 
Top