Gasman
Enthusiastic Amateur
- Local time
- Today, 16:12
- Joined
- Sep 21, 2011
- Messages
- 17,155
TBH, I would be asking why you are supplying something that whilst can be selected, should not even be shown?Some of my lookup tables have logically "Deleted" and "UserAdded" boolean columns. If a value has a Deleted checkmark, the value will still appear on the list, but an X will appear in the 2nd column of the dropdown list and users won't be able to select it. In certain comboboxes I allow users to dynamically add new values on the fly when users enter values not in list. However, a msgbox popup warns users to verify if any values already on the list should be used instead of adding the new value.
View attachment 120701View attachment 120702View attachment 120703
I remember seeing a program where one had to select a town in England, yet the combo showed towns in Scotland and Wales.
If you selected one of those, then you got a similar message, yet a simple filter for the country would have prevented that.
When I mentioned it, I was told 'Well yes, in a perfect world, that would be nice'

One simple filter, 5 seconds to implement, 20 secs to test.

Last edited: