Populating a textbox on one form from another form

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.


Answer this question

Populating a textbox on one form from another form

  • Brian_369

    Actually, using properties was the way I went.
  • Populating a textbox on one form from another form