Adding Item to ComboBox

  • Thread starter Thread starter Christopher Weaver
  • Start date Start date
C

Christopher Weaver

I'm familiar with the ComboBox.Items.Add method, but I can't make it work
with a ComboBox that is bound. Is it possible? Should I just add a row to
the table that it's bound to?
 
Christopher said:
I'm familiar with the ComboBox.Items.Add method, but I can't make it work
with a ComboBox that is bound. Is it possible? Should I just add a row to
the table that it's bound to?

Sure, that's what you should do if the combo box is bound to a table.


Oliver Sturm
 
Thanks.


Oliver Sturm said:
Sure, that's what you should do if the combo box is bound to a table.


Oliver Sturm
--
omnibus ex nihilo ducendis sufficit unum
Spaces inserted to prevent google email destruction:
MSN oliver @ sturmnet.org Jabber sturm @ amessage.de
ICQ 27142619 http://www.sturmnet.org/blog
 
Back
Top