G
Guest
I have three combo boxes (FirstName, Surname,
PhoneNumber) on a form and a table whose fields are
FirstName, Surname, PhoneNumber and Company.
I want to use any one of these combo boxes to search the
table and fill in the other two combo boxes with the
find. As I fill in a combo box, the combo list must
return only those items closest to the filled in value.
(If a match is not made on the first attempt of the combo
box, then I would use the next combo box to search using
a different value)
How do I achieve this. Thanks for your help.
Clive
PhoneNumber) on a form and a table whose fields are
FirstName, Surname, PhoneNumber and Company.
I want to use any one of these combo boxes to search the
table and fill in the other two combo boxes with the
find. As I fill in a combo box, the combo list must
return only those items closest to the filled in value.
(If a match is not made on the first attempt of the combo
box, then I would use the next combo box to search using
a different value)
How do I achieve this. Thanks for your help.
Clive