Hi All.
I have a form which is directly bound to the table.I have a list box also in the same form which will show the entered data.Now i have a small problem.
If i double click on one row in a list box, i want the data populated in the textboxes above for the selected record in the listbox.Can any one help by giving me the code for this.I have a primary key field in listbox rows.Thanks in advance
I have a form which is directly bound to the table.I have a list box also in the same form which will show the entered data.Now i have a small problem.
If i double click on one row in a list box, i want the data populated in the textboxes above for the selected record in the listbox.Can any one help by giving me the code for this.I have a primary key field in listbox rows.Thanks in advance
Comment