How to change a tabcontrol when a user clicks on a label on that control
I am new to programing and just want some direction on the best way to accomplish this.
I have created a form with 5 tabs on it. One tab I added a linked label that says 'Payroll Report' when the user clicks on this label I want the form to change as ask for a Begining Date and End Date and include a Submit button that will call my stored proc. I know I could add a new form and then show it ...but I am trying not to have too many forms ...
so how do I change the existing tab when the user clicks on my label.
Thanks in advance for all your help