auto fill

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

Guest

How can I turn off the auto fill feature in a combo box. The source is a
list of telephone numbers. Typing th area code results in the object being
populated by the first item in the source list in that area.

DM
 
Dick said:
How can I turn off the auto fill feature in a combo box. The source
is a list of telephone numbers. Typing th area code results in the
object being populated by the first item in the source list in that
area.

DM

The property is AutoExpand. It can be turned off in form design view. It
will be on the {Data} tab of the property sheet.
 
Back
Top