L
Lodewijk Olthof
I have a form with the field txtName and a subform with members.
In txtName I can put in a name and then I want to got to the specific name
in the subform. This has to be done while editing txtName.
For instance in subform are the following names:
Aaa; Aab; Aac; Aba; Abb; Abc; Aca
When typing A in txtName, the row Aaa is selected;
when typing Ab; the row Aba is selected.
What is the code for after updating txtName?
In txtName I can put in a name and then I want to got to the specific name
in the subform. This has to be done while editing txtName.
For instance in subform are the following names:
Aaa; Aab; Aac; Aba; Abb; Abc; Aca
When typing A in txtName, the row Aaa is selected;
when typing Ab; the row Aba is selected.
What is the code for after updating txtName?