Hello!
I want to create a form (that contains records from a table) in which I can to navigate between records by searching data from my keyboard.
Example: I have records with person' s names (Alex, Raoul, etc). If I type "ra" on my keyboard I want to select Raoul' s name, so on and so forth.
Thank you!
P.S.
I've made a list box but while I'm typing more then 2 letters simultaneously the selections goes from one record to another, instead of selecting one name (If I type "r" and "a" the selection goes to "Raoul" and "Alex" not to "Raoul")
I want to create a form (that contains records from a table) in which I can to navigate between records by searching data from my keyboard.
Example: I have records with person' s names (Alex, Raoul, etc). If I type "ra" on my keyboard I want to select Raoul' s name, so on and so forth.
Thank you!
P.S.
I've made a list box but while I'm typing more then 2 letters simultaneously the selections goes from one record to another, instead of selecting one name (If I type "r" and "a" the selection goes to "Raoul" and "Alex" not to "Raoul")
Last edited: