Drop Down List Question

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

My dropdown list is not aligning with the window above , how do I move it
more to the left to match the text box window


Thanks in advance.........Bob Vance
 
This usually happens if you have set the ListWidth property of the combo to
a value that is too large to fit on the screen where the combo is currently
placed.

For example, if the left side of the combo is 2" from the right of the
screen, and the ListWidth is 2.5", Access will align the list leftwards so
that it does fit on the screen.
 
How to I change the List width .....Thanks Bob

Allen Browne said:
This usually happens if you have set the ListWidth property of the combo
to a value that is too large to fit on the screen where the combo is
currently placed.

For example, if the left side of the combo is 2" from the right of the
screen, and the ListWidth is 2.5", Access will align the list leftwards so
that it does fit on the screen.
 
Back
Top