Combobox to look up SQL(resolved)
Maybe its just me but I have looked thru the forum found answers but cannot get any of the to work. Here is my latest problem.
I have a combobox called cboSN and I want to look up the field Service_Number from the table Persdata and populate that dropdown with all the numbers. I have an adodc and textboxs that are already working on the same form that connects to the database and scrolls through it. I am hoping to have the user pick the number and that will update the text box <-- that part I can do, but populating the list of the combo is beyond me. Any help would be nice, thanks.