Hi everyone,
I'm trying to develop an application using mdi forms, (I'm new in Programming), I have more than two child forms where on each form, I want to search by Student number using the textbox in the MDIparent menus. I have been able to manage searching on one form but I don't know how to use the same textbox to search on another active child form. A part of my application looks like the image below where the maroon area is the mdiparent and the blue area a MDIChild
Please help in this regard. Thanks in anticipation
My ASP