Rob,
There is an alternative here that takes just a little bit of work, but also has other advantages that the combobox doesn't have.
What you do is use 2 controls, and "trick" the appearance of a combo box. You can even use the combobox control as one of the two controls, though Text Box with a picture image can also be preferable if you want the more modern Office look of the dropdown indicator in the box.
What you do is, create a text box, the size you want. Put the graphic at the end of the texbox to make it look to the user like a dropdown indicator (you can use enable/disable versions of the graphic if the list is empty as well).
Next, use either a listbox or a grid, which gives you control to determine where to position it, and how many rows you want to make available. One thing I like about using a grid this way (and you just set it's Visible/Invisible property to the click behavior/lost focus behavior or the text box), is you can then maneuver through list items with the mouse scroll wheel. With a combo box, the scroll wheel is only recognized if your over the vertical scroll line marker, where as in a Grid, the mouse wheel is recognized automatically as a means of traversing the list. If you use a grid, make it headerless. You can then use the OBJTOCLIENT() function for placement of the grid relative to the item, and you can either fix its display length (2, 3, 20) rows to show, and make scroll automatic. Its a little bit of work, but it can produce better results and user experience than the dropdown, and you have total control where the items (and how many) it displays in the "drop down".
Best Regards,
Scott
MIET, MASHRAE, CDCP, CDCS, CDCE, CTDC, CTIA, ATS
"Everything should be made as simple as possible, and no simpler."
![[hammer] [hammer] [hammer]](/data/assets/smilies/hammer.gif)