Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to increase size of dropdown list in ms-access so which property i use for that.
Posted

1 solution

Under the properties for the ComboBox (dropdown list) in the Format tab you will see a property called ListRows. Set the number of items you want displayed here. Remember to be reasonable with the displayed item count.

This should work for Access 2003 as well as Access 2007.



[EDIT] - Let me know if you were referring to the width and column count settings.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900