Adding New Item

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top