F
Frank Situmorang
Hello,
I have more than 2 control tab, I want it enabled for only tab no 1, for all
the others should disable the email command button. I appreciate anyone's
help.
On the MS access sample database of address, the following is VBA which is
not similar case with mine:
Private Sub TabHousehold_Change()
' Disable datasheet button if Members selected
On Error Resume Next
Me!cmdDatasheet.Enabled = (Me!TabHousehold.Value <> 1)
End Sub
Thanks in advance
I have more than 2 control tab, I want it enabled for only tab no 1, for all
the others should disable the email command button. I appreciate anyone's
help.
On the MS access sample database of address, the following is VBA which is
not similar case with mine:
Private Sub TabHousehold_Change()
' Disable datasheet button if Members selected
On Error Resume Next
Me!cmdDatasheet.Enabled = (Me!TabHousehold.Value <> 1)
End Sub
Thanks in advance