This is a bit complicated.

I have a form called fMain, which most of the action in my program happens.

Then in a function of that form I instance a form called fBeam.

Then in fBeam, I instance a new form called fSection.


How can I pass the user selection in fSection to fBeam?

Thanks