Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue]Private Sub TabControlName_Change()
Me!Command24.Visible = (Me!Tab1 = 1)
End Sub[/blue]
Why?annie52 said:[blue] ... Also, had to put the code in the Current event of the main form.[/blue]