I have a form that has 5 tab pages. There is also a command button on the form, cmd_Submit. Is it possible to enable/disable the command button, cmd_Submit, based on which tab page is selected? I tried placing the code in the On Click event of a tab (say Tab 2) but it didn'd do anything to cmd_Submit.
Me.cmd_Submit.Enabled = False
Me.cmd_Submit.Enabled = False