see these code:
Code:
dim intControlsIndex as integer
for intControlsIndex = 0 to me.controls.count-1
    messagebox.show(me.controls(intControlsIndex).name )
next
if the form is a control why isn't in collection list?