Is there a way to capture the Active Tab Name on a Tab Control. My VB is rusty, but I want to do something like.
varActiveTabName = me.TabControlName.Name
Ultimately, I want to use the variable in a query so that when a Tab is Clicked, the query will re-run based on the new tab name.
Select * from tblClasses where Category = varActiveTabName
Any Thoughts?
varActiveTabName = me.TabControlName.Name
Ultimately, I want to use the variable in a query so that when a Tab is Clicked, the query will re-run based on the new tab name.
Select * from tblClasses where Category = varActiveTabName
Any Thoughts?