Hi,
This forum has been a great help so far!
I have a tabbed form with 5 pages. What's the code to use so that when i am viewing ONLY a certain page (for example page 2) to disable a button command on the form?
I guess in the On_curent event of the form I have to use a code that looks like
Private Sub Form_Current()
Form!cmdNewContact.Enabled = “when page 2 is activated or focused, etc”
End Sub
Any help?
This forum has been a great help so far!
I have a tabbed form with 5 pages. What's the code to use so that when i am viewing ONLY a certain page (for example page 2) to disable a button command on the form?
I guess in the On_curent event of the form I have to use a code that looks like
Private Sub Form_Current()
Form!cmdNewContact.Enabled = “when page 2 is activated or focused, etc”
End Sub
Any help?