Private Sub Form_Load()
Dim Control As Control
For Each Control In Form1
If TypeOf Control Is TextBox Then
MsgBox Control.Name
End If
Next Control
End Sub
Private Sub Command2_Click()
Dim Control As Control
For Each Control In Form1
Printer.Print Control.Name
Next Control
Printer.EndDoc
End Sub
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen