I have a tab control in a form with two pages. Page one is the main menu and page two is a search form. When I switch to the search page, I want to run some code to clear any selections from previous searches. I know how to clear the selections with Me.cboName = Null. I tried to enter the code for the search page in the On_Click event but it didn't work.
What am I missing?
What am I missing?