I have two independent combo box on a form that selects a record based either by company number or company name and the work fine. The form displays company information name and address, and it has a sub form that lists that the purchase orders and other related information (a one to many relationship). I have a button that prints the a report of the information on the form.
If open the form my two selected combo boxes at a null. I obtain the record for client x via the name of client x by the combo (cbo1). However if I then go to the combo box (cbo0) that selects the record by client number, the combo box (cbo1)still retains the name of the previously selected record.
Private Sub cbo0_AfterUpdate()