redsteve11
MIS
Is there a visual basic way to say...
If Project Manager = "John Doe", Then Disable all Textboxes
I have about 30 textboxes, so I want to avoid...
If Me.Project_Manager.Value = "John Doe" Then
Me.Textbox1.Enabled = False
Me.Textbox2.Enabled = False
'etc...
Any help or alternate solutions will work.
Thanks
If Project Manager = "John Doe", Then Disable all Textboxes
I have about 30 textboxes, so I want to avoid...
If Me.Project_Manager.Value = "John Doe" Then
Me.Textbox1.Enabled = False
Me.Textbox2.Enabled = False
'etc...
Any help or alternate solutions will work.
Thanks