Re: add new item to combobox
- From: "MacDermott" <macdermott@xxxxxxxxxx>
- Date: Thu, 20 Oct 2005 21:21:10 -0400
Actually, LimitToList must be set to Yes to get the NotInList event to
fire...
"Klatuu" <Klatuu@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:38018127-3E75-4CEB-95C1-B61CAF899DBE@xxxxxxxxxxxxxxxx
> First you need to set the Limit To List property of the combo box to No.
> Then, it the Not In List Event, you need to do whatever you want to manage
> adding the new value to the list. How you do that depends on the Row
Source
> Type property. And last, you will need to requery the combo box so the
new
> value will show up in the list.
>
> "mcnewsxp" wrote:
>
> > is there a way for a user to add an item to a combo box?
> > lets say a user doesn't find what he is looking for in the combobox and
> > wants to add new item directly to the combobox.
> > can this be doen?
> >
> > i know how to get new items into a combobox using other controls - that
is
> > not what i am asking.
> >
> > thanks,
> > mcnewsxp
> >
> >
> >
.
- References:
- add new item to combobox
- From: mcnewsxp
- add new item to combobox
- Prev by Date: Re: Method or Data Member not found?
- Next by Date: Re: Special effect Access 2000
- Previous by thread: Re: add new item to combobox
- Next by thread: Re: Convert Numbers to Words
- Index(es):
Relevant Pages
|