combo boxes

  • Thread starter Thread starter Squibbly
  • Start date Start date
S

Squibbly

i know you probably had this one before,
i want to type in text in a combo box so as to update the table which
contains the data how do i do that?
 
The control source of your combo box needs to be bound to field in the table
you want to update. If you are using an multi column combo, be sure you bind
to the correct column.
 
Back
Top