Combo Box

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

Guest

How can I get my combo box to start scrolling through the options or auto
fill in, as I type?
 
On the Data tab of the combobox's property sheet, look at the Auto Expand
property. This needs to be set to Yes.

Barry
 
Hey bud,
What i would do is create a table of all the possiable options for "auto
fill-in". then select your combo box and go to properties. Change your row
source type to table/query then go to Row source and selct the table you just
made. Then in form view it will auto fill in for you! Thats the only thing i
know how to do so i thought i would contribute instead of being a mooch all
the time! haha
 
Back
Top