How do I see entire validation list without scrolling

E

ESeuferer

I created a validation list, but when the user pulls down the arrow, I want
them to see the entire list and not have to scroll to make their selection.
 
B

Biff

Hi!

Use a combo box instead. You can specifiy how many items are displayed in
the drop down. But unlike a validation list, the combo box drop arrow is
always visible.

Biff
 
Top