I have a form with a listview control that is populated with CustomerID, CustomerName. I have a combo box on the form that is filled with the same information. I am using suggest/append setting on the combo box for the user to search for the customer. When they find the customer, they press tab for example. Then, take the CustomerID from the combo box and lookup the matching entry in the listview. highlight the listview selection, lookup the record and display in text fields.
Thanks
Main Topics
Browse All Topics





by: pr_rPosted on 2009-07-09 at 21:30:00ID: 24820334
Can u be bit eloborate.
if you have tried it can u paste the code also.