I have a parent child form setup. I call one form from another to input data into. How can i update the data on the other form. Basically how do you call the form_load() of an open form from another form?

thanks