I am working on a very complex project and I am very very new to the windows Project.
I have 2 Forms :
ViewSchedule.cs
Sch
I would not bother with static fields... This type of question of passing values back/forth between forms has been answered many times... So to is this link to a previous question I so answered. It even has a step-by-step on creating two forms and getting values passed back-and-forth via getter/setter and even events. Hope this helps you out.