Hi, be able to double click on a cell in a row in a grid, get the information from that row, then use that information to do something else.
For instance, if I have a row with football teams that won the World Cup by year in a list, I want to be able to double click on a row and say view the team members for that year.
Team Year
-----------------------
Brazil 1967
I want to be able to read the values from the row ("Brazil" and "1967") and use it to query some other database.
I tried a couple of ideas but got lost.
Thanks,
Jerry
I found it