Form - Combo Formatting

S

SCHNYDES

Hi all,

I have a form with some combo boxes. These combo boxes contain values my
users will select from.

Is it possible to make certain values within the combo box appear
bold/italic/etc within the drop down? If so, how?

Thanks for your help.
 
F

fredg

Hi all,

I have a form with some combo boxes. These combo boxes contain values my
users will select from.

Is it possible to make certain values within the combo box appear
bold/italic/etc within the drop down? If so, how?

Thanks for your help.

No.
If you need special formatting, use a small sub-form (in continuous
view) in place of the combo box. Now you can use conditional
formatting within the sub-form.
 
Top