G
Guest
I asked a question a little while ago about the NotInList property and got
some help which was great but I have another question relating to this.
If something is typed into the combo box that doesn't appear on the list I
want to be able to search for the record that matches some of the words as
there are apparently lots of potential cases where notInList will come into
play.
EG. If the Item on the table is called ItemA and someone types in Blue ItemA
I want to pick up the details for ItemA from the table.
Can this be done by using a search of some kind or does it have to be coded
as below for each keyword like ItemA?
some help which was great but I have another question relating to this.
If something is typed into the combo box that doesn't appear on the list I
want to be able to search for the record that matches some of the words as
there are apparently lots of potential cases where notInList will come into
play.
EG. If the Item on the table is called ItemA and someone types in Blue ItemA
I want to pick up the details for ItemA from the table.
Can this be done by using a search of some kind or does it have to be coded
as below for each keyword like ItemA?