What setting must I set in the ComboBox-Dropdown list to have the list appear longer, ie, show more items instead of having the users 'scroll' through the list?
Right now, it only shows 7 items at a time.
Thanks!
If your list of possible choices grows and grows I'd guess that there is quite likely the possibility that no matter what value you put into the DisplayCount property, the users may still need to scroll down.
One possibility is that if you are using an ALIAS as the RowSource for your ComboBox, you could use a table/cursor which was ordered/indexed by the number of occurrences for any specific entry.
In that way, the most frequently used selections would always be towards the top thereby minimizing the need to users to scroll down.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.