driver7408
Registered User.
- Local time
- Today, 01:51
- Joined
- Feb 7, 2010
- Messages
- 72
I figured this out today...after searching everywhere with no avail. I didn't like limit to list property because users could still click on the control. Also, due to the code I was running, clicking on caetain combobox text in my continuous form caused a repeat of the original IIF conditions in my code, causing the text in some of those comboboxes to actually disappear, due to the criteria of a given record (IIF code that based combobox records on checkbox criteria)
Solution:
No Code, no Macros... I simply placed an unlabeled textbox directly over the over the text portion of the combobox, set borders to transparent, bring to front, and locked it. User can still see the control, but cannot click on the text in the control unless I change the textbox properties (because this new textbox is in the way). Its like protecting the control with a little invisible window. I haven't tested it out on anything else, but I basically drug it over the top of a combobox and covered everything but the drop down arrow and it worked perfectly. This is gonna help me on several other forms I am using in my DB.
Hope this helps someone else if they find themselves in the same bind.
Solution:
No Code, no Macros... I simply placed an unlabeled textbox directly over the over the text portion of the combobox, set borders to transparent, bring to front, and locked it. User can still see the control, but cannot click on the text in the control unless I change the textbox properties (because this new textbox is in the way). Its like protecting the control with a little invisible window. I haven't tested it out on anything else, but I basically drug it over the top of a combobox and covered everything but the drop down arrow and it worked perfectly. This is gonna help me on several other forms I am using in my DB.
Hope this helps someone else if they find themselves in the same bind.