I have a combo box that is going to be populated with customer ID numbers. Now what I want to do is that when a user begins to enter an ID number, if the number entered has an exact match the two textboxes that I have with it should be populated automatically with the corresponding customer name and address respectively. If the number does not have a match, then I want those text boxes to be blank.

I hope someone can help me. Any assistance would be greatly appreciated.