Currently, I have child forms which are created dynamically from within a
subroutine using "Dim NewForm as frmTemplate". After having several of
these forms created and displayed on the screen, I would like to access the
data control on any of the forms. Currently I can access the data control
of the child form that is active by: MDIForm.ActiveForm.Data1
How can I access the other data controls on the other forms without removing
the focus of the active child form? Since the forms are dynamically
created, the form names are all the same.
Any help would be greatly appreciated.
Thank you,
Nelson Lopes