Hi
I am trying to replicate some features of my accounting software and one of them is the type ahead meaning say when I key in the letter F in the text box, it should automatically find all the customers with names starting with f from the recordset and list it in the datagrid. Then when I key in the next word say fa it should find the closest match and so on.
Any idea how to do it ?
Thanks in advance
I am trying to replicate some features of my accounting software and one of them is the type ahead meaning say when I key in the letter F in the text box, it should automatically find all the customers with names starting with f from the recordset and list it in the datagrid. Then when I key in the next word say fa it should find the closest match and so on.
Any idea how to do it ?
Thanks in advance