I have a combo box on a form. When I go to open the form and the existing data populates the form, my combo box does not display the value stored in SQL server.
How can I get my Combo Box to display the value in my record?
I have the datasource, display member, and value member set.