query default

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way when I set up a query, I have combo boxes for a user to choose
what they are looking for. It only allows me to have 9 choices and I need
for it to offer 15. Is there a way for my combo to show the 15 choices?
 
A combobox can show 32K choices (if it based on a query or table), but you
do have to scroll through it.

If you mean when it drops down you only see 9 choices before you have to
scroll, then change the ComboBox's listrows property to 15.

If you mean something else, post back with further explanation on how you
are creating the combobox.
 
Back
Top