I am trying to get the value of the active field in a dbgrid bound to an access
database with a data control.
I tried ID = data2.recordset.fields("ownerid").value
and the same without the value.
ownerid is an autonumber.
what happens is that when i click on the dbgrid I get the wrong number. And
this number changes depending on when I click on it(the first click on the
dbgrid or second etc..)
Anyone can tell me why this happens?