I have a table as
ID 1,2,3
Name John, Mike, Bill
Age, 22, 12, 34
The ID field is bounded to a list box. I would like to do the following:
When I click on any ID on the listbox the table should go to that record, i.e. if I click on ID 2, the form should show Mike and 12.
ID 1,2,3
Name John, Mike, Bill
Age, 22, 12, 34
The ID field is bounded to a list box. I would like to do the following:
When I click on any ID on the listbox the table should go to that record, i.e. if I click on ID 2, the form should show Mike and 12.