S
Stapes
Hi
I am trying to use a Combo box to allow a user to choose an existing
Company name & address, or add a new one. The bound column is the
Company name. I have used the NotInList property and put in an event
procedure here. The trouble is, it never gets activated. I have
entered names that are not on the list. Also, one name I am trying to
enter is CONTAINED within another name, i.e. I want to enter "Home",
but "Home Delivery Network" already exists. The rest of "Home Delivery
Network" appears in the Combo Box, but I delete it. Still doesn't
trigger my event procedure.
Any idea why this is happening?
Stapes
I am trying to use a Combo box to allow a user to choose an existing
Company name & address, or add a new one. The bound column is the
Company name. I have used the NotInList property and put in an event
procedure here. The trouble is, it never gets activated. I have
entered names that are not on the list. Also, one name I am trying to
enter is CONTAINED within another name, i.e. I want to enter "Home",
but "Home Delivery Network" already exists. The rest of "Home Delivery
Network" appears in the Combo Box, but I delete it. Still doesn't
trigger my event procedure.
Any idea why this is happening?
Stapes