Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I add or delete items in a List or Combo box?

Status
Not open for further replies.

JennyPeters

Programmer
Oct 29, 2001
228
0
0
US
How do I add or delete items in a List or Combo box?

Thanks,

Jenny
 
You need to use the combo-box's "row source" and "row source type" properties.

Rowan
 
Hi Jenny,

It also depends on whether you want to do it 'on the fly'

There is a good code example in the Northwind sample db of code which runs from the combo/list not in list event. Robbo ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top