P
Philippe Perrault
I have an unbound combo box in the header of my form for users to use to
search for records. The input it is looking for is the last name. In this
particular instance the user typed "Williamson" and there are four records
with the last name Williamson. The search went to the first of the four
records. When the user selected the third record, instead of going to that
record the form remained focused on that first record as long as the last
name of the person being selected was Williamson. Pick another last name and
it moved the focus of the form to that record. I got the same results this
user got on his computer from my computer. I tried to delete the Combo box
and recreate it (with the wizard) and still got the same result. Any ideas
on why it would do this what can be done to correct it.
search for records. The input it is looking for is the last name. In this
particular instance the user typed "Williamson" and there are four records
with the last name Williamson. The search went to the first of the four
records. When the user selected the third record, instead of going to that
record the form remained focused on that first record as long as the last
name of the person being selected was Williamson. Pick another last name and
it moved the focus of the form to that record. I got the same results this
user got on his computer from my computer. I tried to delete the Combo box
and recreate it (with the wizard) and still got the same result. Any ideas
on why it would do this what can be done to correct it.