What is the best way to do this
I have a need to have an open forms textbox populated by another form. The 2nd form creates a Group (a team of 1-5 employees), adds members (employees) to it. When done the Group is saved to the database, the 2nd form is closed and the Group ID and Group Name should display on the 1st form.

Populating a textbox on one form from another form
Brian_369