Disabling an unbound List Box

B

Bill

I have a unbound List Box on a bound form which I must
disable when the user has View Only permissions. Setting
the Property of the List Box to disabled does not disable
the control.

There are occassions when the controll will be populated
but it still just be disabled.

Thanks for any suggestions.
 
J

Jesse Avilés

Set the visible property to No as default and add some code that turns it
visible depending on the user.
 
Top