I have a form that I open using

dim frm as new FrmMain()
frm.show

from that form I open another form

dim frm as new FrmEdit()
frm.show

now how do i change the controls on the first form from the second form?