M
mscertified
I have a table of key words which is three levels in separate columns. I want
the user to be able to type characters into the combo box and as each
character is typed to match on the letters of any of the three columns e.g.
KW1=Software KW2=Office KW3=Word
KW1=Software KW2=Office KW3=Outlook
KW1=Software KW2=Windows
If the user types 'O', I want the first two records to appear
If the user types 'W', I want the first and third records to appear
If the user types 'WO', I want the first record to appear
If the user types 'S', I want all three records to appear
Has anyone done anything like this? Thanks.
the user to be able to type characters into the combo box and as each
character is typed to match on the letters of any of the three columns e.g.
KW1=Software KW2=Office KW3=Word
KW1=Software KW2=Office KW3=Outlook
KW1=Software KW2=Windows
If the user types 'O', I want the first two records to appear
If the user types 'W', I want the first and third records to appear
If the user types 'WO', I want the first record to appear
If the user types 'S', I want all three records to appear
Has anyone done anything like this? Thanks.