Passing data between forms is probably the first noob question asked here, search the forum you will literally find HUNDREDS of posts about it, google it you will find Dozens of answers. Typically done with properties. you could also use a class with static members, or even pass data through the ctor. Its a very simple problem. here are a handful of suggestions.
http://www.vcskicks.com/data-between-forms.php
http://www.codeproject.com/KB/cs/pass_data_between_forms.aspx
http://msdn.microsoft.com/en-us/library/ms171925%28VS.80%29.aspx
http://www.youngcoders.com/net-programming/29915-how-pass-data-between-two-forms-c.html
http://www.dreamincode.net/forums/showtopic75208.htm
Not to be rude, but I don't understand when programmers can't get around this. Its a very simple problem, there is tons of material out there about it. I would use it as a bench march. If you can't pass your data between forms after 45 minutes of trying, Programming probably isn't for you.