D
David K.
I am using Access 2007.
I have created a custom Yes/No field in a table by setting the DataType to
Text and then inserting a combo-box in my form. I have set it up to have
OPEN & CLOSED as the choices. My question is if it is possible to have OPEN
be displayed in the color Red and CLOSED displayed in Blue?
My combo-box in my form has these properties:
Control Source: OpenClosed (text field in my table)
Row Source: -1;"OPEN";0;"CLOSED"
Row Source Type: Value List
Bound Column: 1
Format: ;"OPEN"[Red];"CLOSED"[Blue]
Column Count: 2
Column Widths: 0";0.75"
I thought that having the format (in my form) set to
;"OPEN"[Red];"CLOSED"[Blue] would work but both OPEN & CLOSED are displayed
in black. Any suggestions?
Thanks.
I have created a custom Yes/No field in a table by setting the DataType to
Text and then inserting a combo-box in my form. I have set it up to have
OPEN & CLOSED as the choices. My question is if it is possible to have OPEN
be displayed in the color Red and CLOSED displayed in Blue?
My combo-box in my form has these properties:
Control Source: OpenClosed (text field in my table)
Row Source: -1;"OPEN";0;"CLOSED"
Row Source Type: Value List
Bound Column: 1
Format: ;"OPEN"[Red];"CLOSED"[Blue]
Column Count: 2
Column Widths: 0";0.75"
I thought that having the format (in my form) set to
;"OPEN"[Red];"CLOSED"[Blue] would work but both OPEN & CLOSED are displayed
in black. Any suggestions?
Thanks.