drop down list

  • Thread starter Thread starter pat
  • Start date Start date
P

pat

In a form with a drop down list, can u have a different
font colour and size in the actual box as compared to
what appears in the drop down list choices when u click
the field
 
Pat,
I've never had a sutuation to do that, but you could use the OnEnter
OnExit for the combobox.
Use the OnEnter event of the combo to decrease the FontSize (enabling
more combo records to display), and increase the FontSize on the OnExit
event (allow larger text for reading). Same with color...
hth
Al Camp
 
Back
Top