Database Autocomplete TextBox Module (No API)

By | 2002-06-01

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

FileUploadedSize
CODE_UPLOAD242012201999.zip9/3/2020 3:45:00 PM24412
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.