Pull Down Menu

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

I have created a drop down list box in my form. When the
user clicks on the menu there are three fields that shows
up. In my form, the size of the field is to small to
show all three fields at once so a horizonal scroll bar
emerges. Is there a way to keep the same size width of
the form's field yet allow the drop down menu to extend
way beyond so a scroll bar is not needed?
 
Go to the design mode of your form. Click on the control that houses the drop list options. You are now able to set the size by resizing the field to desired format.
 
Back
Top