Combo Box Question

  • Thread starter Thread starter Joe Williams
  • Start date Start date
J

Joe Williams

How can I have a combo box display a list of choices from a table, and the
first entry of the combo box is "Add New" which when selected would open up
the entry form for that table so the user could add a new value? For
instance, A combo box of clients would list the following values:

Add New
Anderson, Kenneth
Beamer, John
Carlson, Charles

etc.

Can it be done?

Thanks

Joe
 
Easier to use a command button next to the combo box and let the user click
that to open the form for adding a new person.
 
Back
Top