Is there an easier way to select an MDI Child form than searching through the forms collection (For each frm in Forms)? My app contains many Child forms all based on 1 particular form. At runtime I may DIM many new forms based on this one particular form. However, When I need to send a message to the form I need to search through the collection of forms. Is there an easier way? For instance is there any way that I can change the name of an MDI child form? This way I can access it directly?

Thanks,
Ed...