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