README.md

December 4, 2022 ยท View on GitHub

Database Autocomplete TextBox Module (No API)

Description

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

More Info

'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!!

Submitted On1999-12-20 16:39:58
ByMarcos Camargo
LevelIntermediate
User Rating4.2 (72 globes from 17 users)
CompatibilityVB 5.0, VB 6.0
CategoryDatabases/ Data Access/ DAO/ ADO
WorldVisual Basic
Archive FileCODE_UPLOAD242012201999.zip