I would like to make a form with a subform. On the form I place a textbox. In the subform the fields of a table tblCategorie (Id, Categorie)
What I would like to do is when typing into the textbox (normaly a new categorie) then the subform has to follow the text into the textbox. The meaning is that I can see if the categorie already exits. So if I type r in the textbox all categories starting with r wil be displayed, re all categories starting with re will be diplayd etc. Is this possible?
What I would like to do is when typing into the textbox (normaly a new categorie) then the subform has to follow the text into the textbox. The meaning is that I can see if the categorie already exits. So if I type r in the textbox all categories starting with r wil be displayed, re all categories starting with re will be diplayd etc. Is this possible?