R
rob c
Can you tell me how to use the unbound column of a combo box in conditional
formatting?
I am working on a combo box called "cboname" which has two columns: 1) name;
and 2) ConfidenceHave. There is a combobox that is called "cboconfidence
needed".
I need for each row on the "cboname" combo which has a lower value in
"ConfidenceHave" than the value in "cboconfidenceneeded" for that record to
be in bold letters.
I tried to put [ConfidenceHave] < [cboconfidence needed] in the conditional
formatting using "Expression Is", but it doesn't work. I also tried
[ConfidenceHave] = 4, but that doesn't work either.
The bound column is "name", and needs to remain so.
Can you tell me how I can make this work?
formatting?
I am working on a combo box called "cboname" which has two columns: 1) name;
and 2) ConfidenceHave. There is a combobox that is called "cboconfidence
needed".
I need for each row on the "cboname" combo which has a lower value in
"ConfidenceHave" than the value in "cboconfidenceneeded" for that record to
be in bold letters.
I tried to put [ConfidenceHave] < [cboconfidence needed] in the conditional
formatting using "Expression Is", but it doesn't work. I also tried
[ConfidenceHave] = 4, but that doesn't work either.
The bound column is "name", and needs to remain so.
Can you tell me how I can make this work?