This is a veeeery simple code to make one autocomplete textbox that gets the first letters you typed and searches for the most similar word from a table and then completes the rest. No API Calls, No Classes, Only few lines of code in 2 events…Simply save it as a module (.bas) and add it to your project
Original Author: Marcos Camargo
Assumptions
‘There are two functions in the module
‘The Function CheckIsDelOrBack checks it the key that
‘was pressed was Delete or BackSpace (so the code will be ignored)
‘The Other one (Autocomplete) … autocompletes the textbox!!
Attachments
File | Uploaded | Size |
---|---|---|
CODE_UPLOAD242012201999.zip | 9/3/2020 3:45:00 PM | 24412 |