L
Leif
My client needs to show a triple state field. It is a field called OID
Req'd. The client wants to know three possible (mutually exclusive)
conditions:
1. Field never set
2. Field set is Yes
3. Field set to No
My initial plan was to use a triple state checkbox. However, that has two
drawbacks.
1. Cannot use boolean Yes/No. I need to use a integer.
2. Field never set (Null) shows as a grayed-in box in form, but in datasheet
view there is no distinction between a Null value and a No value.
Have you come up with a good design solution for this general problem? Also
consider was
1. Radio button - Takes up more screen space
2. Drop down box - Not good design (IMO) for two options (plus Null)
Thanks,
Leif
Req'd. The client wants to know three possible (mutually exclusive)
conditions:
1. Field never set
2. Field set is Yes
3. Field set to No
My initial plan was to use a triple state checkbox. However, that has two
drawbacks.
1. Cannot use boolean Yes/No. I need to use a integer.
2. Field never set (Null) shows as a grayed-in box in form, but in datasheet
view there is no distinction between a Null value and a No value.
Have you come up with a good design solution for this general problem? Also
consider was
1. Radio button - Takes up more screen space
2. Drop down box - Not good design (IMO) for two options (plus Null)
Thanks,
Leif