View Full Version : Adding manual items to a Combo Box


Carnage
03-29-2000, 06:47 AM
How can I add items to a combo box that I have created on a form in design view? Why can't you use the "cmbText.additem" property?
Any help would be appreciated

Travis
03-29-2000, 10:44 PM
If it is a Table/Query list use the NotInList Event to run an append query to add it to the list.