I have a access database and tables fields like ClassCode(PK, autonumber) and class_standard
In the c# windows form m having one combobox , and when i select the class standard in the class combobox its classcode field value should be select.
how to do this