I am working on a VB program linked to an Access database.
I have a form to add records. The user wants an autocomplete
feature for all the textboxes on the add form. Is this possible ?

By auto complete, I mean , that if you type characters in a textbox add form, the closest match will appear in the textbox.
It will also let you keep typing after you find a match & not return
the cursor to the first position of the textbox.