Adding New Item

M

Moe

I like to give the user the option to add new record by selecting the "Add
New" item in the comboBox. How show the "Add New" as the first item in the
list and how to open a form by clicking on it? I know about the "not in List"
but I like to avoid that extra step of telling the user the item is not in
the list when user already knows that.
 
P

Perry

but I like to avoid that extra step of telling the user the item is not in
the list when user already knows that.

Just as a pointer:
you don't need to notify the user when using the NotInList event.
You could also go about adding the new item seamlessly ...

Krgrds,
Perry
 
Top