G
Guest
Is there a way to "grey" a control out on the form but still make data entry
into it? I have txtBasicLifeSupport. Some employees do not need it. What I
have so far is "If JobTitle = "Registered Nurse" Then
Me.BasicLifeSupport.Visible = True" which works great. But I need it to be
visible and editable for the clerks who do NOT need BLS but have it anyway.
The .Enabled doesn't work. Any help would be appreciated.
Thanks! SFC Traver
into it? I have txtBasicLifeSupport. Some employees do not need it. What I
have so far is "If JobTitle = "Registered Nurse" Then
Me.BasicLifeSupport.Visible = True" which works great. But I need it to be
visible and editable for the clerks who do NOT need BLS but have it anyway.
The .Enabled doesn't work. Any help would be appreciated.
Thanks! SFC Traver