property of combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have designes form with a combobox. But i need to keep the size of the
combobox small but at runtime when i click teh drop down i have to see the
whole list of data displayed. Is there some property for combo box that
allows this. When i run it now it is cutting off the values with the size of
the combo. Can u help me
 
Check out the ListWidth property. You can set it to the desired width for
the dropdown list to use.

--

Ken Snell
<MS ACCESS MVP>

"combo box diplay property" <combo box diplay
(e-mail address removed)> wrote in message
news:[email protected]...
 
Back
Top