how to add new value to the combo box after creating it?

O

Ofer

You are not providing us with enough information so we can help you.

1. If the Combo is based on a table, then add another record to the table
2. If the combo based on a value list, then open the form in design view and
add another value to the list
3. If you want to add another value to the combo while the form is running,
its another and more complicated answer
 
Top