Wonder if someone already has some code. I want to control when a user can access a bound combo's drop down list, similar to the TextBox Locked Property only via API. Not interested in using the Enabled property.
Basically...
.
if bEditFlag = False
<code to prevent the dropdown from operating>
else
<code to allow the dropdown to operate>
end if
.
Anyone?
Thanks
