G
Guest
Hi,
I've tried to design a command button that would only be enabled if a
particular textbox is dirty. But it doesn't seem to work. Can someone please
correct me?
Private Sub Type_Dirty(Cancel As Integer)
' Enable cbEditExistingType only if Type textbox is dirty
cbEditExistingType.Enabled = True
End Sub
I've tried to design a command button that would only be enabled if a
particular textbox is dirty. But it doesn't seem to work. Can someone please
correct me?
Private Sub Type_Dirty(Cancel As Integer)
' Enable cbEditExistingType only if Type textbox is dirty
cbEditExistingType.Enabled = True
End Sub