Forms Combo Box

G

Gilda

I am trying to change the font size of the data in a forms combo box. There
is no way to access this from the format control tab, and I tried changing
the font size of the linked data and that did not work. Any suggestions?
 
R

Rick Rothstein \(MVP - VB\)

Why not use an ActiveX ComboBox instead (available from the Visual Basic
Toolbar)... there are more properties available for it, including the
various Font properties?

Rick
 
Top