I’m using a combobox to lookup contact names.
The rowsource is taken from a field in a contact table that contains the contact’s First name and then Last name.
You could use the dropdown to pick the name or type the First name into the combobox.
The problem is that the combobox matches only the beginning part of the field as you type. So if you start typing the person’s last name, the combobox would not display anything.
Is there an easy way to allow the combobox to lookup any part of the field that matches the text being typed?
Thanks
PS: I spent an hour looking for something similar. But the search found so many hits relating to combo or combobox that I just gave up. My apologies if this has been answered before.
The rowsource is taken from a field in a contact table that contains the contact’s First name and then Last name.
You could use the dropdown to pick the name or type the First name into the combobox.
The problem is that the combobox matches only the beginning part of the field as you type. So if you start typing the person’s last name, the combobox would not display anything.
Is there an easy way to allow the combobox to lookup any part of the field that matches the text being typed?
Thanks
PS: I spent an hour looking for something similar. But the search found so many hits relating to combo or combobox that I just gave up. My apologies if this has been answered before.