Updating Table

  • Thread starter Thread starter bugsemgee
  • Start date Start date
B

bugsemgee

when adding data into a combo box on a form, the table it
is accessing does not update with the new info. any
ideas?
 
when adding data into a combo box on a form, the table it
is accessing does not update with the new info. any
ideas?

A Combo will pull data from its Rowsource (a query usually); and it
will put the value of the Bound Column for the selected record into
the field defined by its Control Source.

What are these properties of your combo box?
 
Back
Top