I’am developing a VB application.I’am populating a standard combo box with the data from the database.I want that when I change or select a value at run time from the combo box it should select the other fields from the same table for the value selected from the combo box.The change event for the combo box doesn’t get fired when i try to change it’s value at run time.
Please give me some tips so as to work out the problem.
My next question is based on the above question.Now i’am having a nother combo box on the same form.Depending on the value selected in the first combo box I want the second combo box to be populated with some related data from a different table.The first and second table are having proper relationships.
When I’am writing a change event for the first combo box it doesn’t get fired though there are coresponding records present in the second table which populates the second combo box on the form.
Do reply me early