Hello,
I have a combo box on a form which displays records on a form based on the value I selected from the combo box (first and last name).
My issue is, the combo box will not allow me to select the next last name within that same alphabet selection. My table is indexed on the last name field alphabetically, duplicates allowed. For example, if I select Mary Jones, the form populates with her information. If I then try to select Nancy Jones (the next record in the table), it won't return the records for Nancy, but if I move to another last name such as Price, the form will populate with the information for Price.
Any suggestions how I can move to the next record using a combo box?
Thank you,
I have a combo box on a form which displays records on a form based on the value I selected from the combo box (first and last name).
My issue is, the combo box will not allow me to select the next last name within that same alphabet selection. My table is indexed on the last name field alphabetically, duplicates allowed. For example, if I select Mary Jones, the form populates with her information. If I then try to select Nancy Jones (the next record in the table), it won't return the records for Nancy, but if I move to another last name such as Price, the form will populate with the information for Price.
Any suggestions how I can move to the next record using a combo box?
Thank you,