Hi all,

I need to seek for the content of a label in all open forms of an MDI. To be more specific, of all the child forms that have been created within the MDI, I need to look for the forms that have a label named MyLabel and return the content of it.

These forms have all been created using the following code:

Code:
Dim FrmD As TemplateForm
Set FrmD = New TemplateForm
FrmD.Show
where of course TemplateForm is a child form.

Does someone of you have a good seek and destroy code for this?

Best regards to you all, let the forum live!

W.