R
RD
Dim myfrm as new frmb
myfrm.show()
Dim myfrm2 as new frmc
myfrm2.show
Opens two forms from a butom located on forma
when I close forma I would like both form myfrm and for myfrm2 to close
automatically
Can anyone tell me how or point me to some sample code that does this type
of thing?
Thank you for any help
Bob
myfrm.show()
Dim myfrm2 as new frmc
myfrm2.show
Opens two forms from a butom located on forma
when I close forma I would like both form myfrm and for myfrm2 to close
automatically
Can anyone tell me how or point me to some sample code that does this type
of thing?
Thank you for any help
Bob