Hi
This might be too basic

i have two mdi childs: frm1 and frm2.
both get their data from the same table in ms sql. i first load frm1 and then frm2. when frm2 unloads i want the changes made in it to be shown in frm1.
load frm1 in the unload event of frm2 gives error. i have no clue how to do this.
i have also tried refresh but the changes don't get updated.

thanks in anticipation.....