RageMatrix
Programmer
Hey all.
I've got a combo box which is linked to a query that returns the last and first names of a customer. The BoundColumn is current set to last name. However, if I have two customers with the same last name, the combo box only updates the form to the first record found with that last name. Is there a way to have more than one bound column in the combo box, so that I can get the record I'm looking for, rather than just the first record with that last name?
I'm currently using rs.FindFirst to do this. Is there a better way? I created the combo box functionality using the built-in wizard.
Thank you for any help!
Regards,
Jon.
I've got a combo box which is linked to a query that returns the last and first names of a customer. The BoundColumn is current set to last name. However, if I have two customers with the same last name, the combo box only updates the form to the first record found with that last name. Is there a way to have more than one bound column in the combo box, so that I can get the record I'm looking for, rather than just the first record with that last name?
I'm currently using rs.FindFirst to do this. Is there a better way? I created the combo box functionality using the built-in wizard.
Thank you for any help!
Regards,
Jon.