I want to run code when I change a page in the Tab Control object. The code I run depends on the page selected.
I tried the 'On Click' code of the page, but that didnt seem to run when I clicked on the pages.
The 'On Change' code of the Tab Control object seems to run whenever I change a page.
So the question is:
1/ Is it possible to run code when an individaul page is clicked on?
OR
2/ What is the syntax of identifying which page is selected?
If TabControl = 1 then
....
Else
...
????
I tried the 'On Click' code of the page, but that didnt seem to run when I clicked on the pages.
The 'On Change' code of the Tab Control object seems to run whenever I change a page.
So the question is:
1/ Is it possible to run code when an individaul page is clicked on?
OR
2/ What is the syntax of identifying which page is selected?
If TabControl = 1 then
....
Else
...
????