I have a bound combo box on a form which displays customer names - custID, firstname, lastname. The combo box is bound by custID and all is working OK if I keep the recordsource query unsorted. But as soon as I sort the query by last name instead of the correct customer being displayed I get the first customer of that surname. What am I doing wrong???
For example:
Cust ID Last Name First Name
1 Smith Fred
2 Smith Bill
If my record contains custid=1 it will actually display Smith, Bill as this is the first Smith sorted alphebetically.
Thanks in Advance
For example:
Cust ID Last Name First Name
1 Smith Fred
2 Smith Bill
If my record contains custid=1 it will actually display Smith, Bill as this is the first Smith sorted alphebetically.
Thanks in Advance