Maybe I am missing something but here goes...
I have the database full of records. I am using a datagrid to view the database (becuase its in Pocket PC) and the info i can get from the datagrid is it's absolute position. I would like to know how to SELECT the already selected record in the datagrid to bring it up by itself, but the only paramter i can get is its absolute position. for eg:
Abs: ID:
0 1
1 2
3 4
4 9
5 11
So you see how the absolute value has no correspondance to the iD number. Thanks in advance
I have the database full of records. I am using a datagrid to view the database (becuase its in Pocket PC) and the info i can get from the datagrid is it's absolute position. I would like to know how to SELECT the already selected record in the datagrid to bring it up by itself, but the only paramter i can get is its absolute position. for eg:
Abs: ID:
0 1
1 2
3 4
4 9
5 11
So you see how the absolute value has no correspondance to the iD number. Thanks in advance