Hi All
I have seen this question asked and answered several times but it doesn't seem to be the question. I have.
I have just created a new project I renamed form1 to FrmMain and then I created a new form by clicking add new form and I named it Report
I then went to my FrmMain and dropped a button on there from the toobox. I now need to open Report.cs when I click the button.
I have tried Report Form2 = new Report();
Form2.ShowDialog();
But all that does it open a new FORM and its not my Report Form. It also just keeps opening new forms every time I click the button. My thought is that the user will enter a ID then click the button then the report form will open and I will then create a
query to populate a data gride or view using the ID form the text box on FrmMain.
Please help.... I am new to this so shoot it straight as if this was your first forms application that you created.
Thanks
View Complete Post