I have a long Form which is divided into manageable screen-sized chunks using three separate tab buttons. I want one of the tab buttons to run some code when pressed, however I have found that any perfectly valid code segement (tested with another command button)refuses to run when placed in the Click procedure for the tab button. No apparent error messages, just nothing!
I note that the procedure heading for the tab button is PAGE xxx_Click. Are these tab buttons special in any way so that you can't use the OnClick method as with other command buttons?
I note that the procedure heading for the tab button is PAGE xxx_Click. Are these tab buttons special in any way so that you can't use the OnClick method as with other command buttons?