Thanks, PankajBanga. That solution worked.
Instead of form2 passing the value to form1, which form2 could not see as instantiated, form1 retrieves the value from form2, which form1 instantiated. Also, I was using frm.show(), but it only works correctly with frm.showdialog().
THanks again...