combo box

  • Thread starter Thread starter koko
  • Start date Start date
K

koko

i have a combo box whose underlying table contains only
two fields. when the user clicks the combo box, it
displays the two fields together i.e. Field1-Field2.
however, when the data isnt present in the underlying
table, i want the user to be able to add new data.
currently, i have a command button that opens the original
form that is used to add the data normally. after entering
this new data on to this 'original' form, the combo box
still does not list the new data added. how do i fix this?

thanks for your reply in advance.
 
Back
Top