M
Moon66
I have a bound combo box. the RowSourceType is set to ValueList. The
LimitToList is set to true. Using the NotInList event and the AddItem method
to add an item to the combo box the added item shows up in the property
window and also shows up in the combo box. Close the form and reopen it and
Poof it's gone. I have also tried to do this by
ctlCurrentControl.RowSource = ctlCurrentControl.RowSource & NewData & ";"
Again Poof
LimitToList is set to true. Using the NotInList event and the AddItem method
to add an item to the combo box the added item shows up in the property
window and also shows up in the combo box. Close the form and reopen it and
Poof it's gone. I have also tried to do this by
ctlCurrentControl.RowSource = ctlCurrentControl.RowSource & NewData & ";"
Again Poof