Hi,
You might want to give this a try, from the VB help files on the DataGrid:
Returning Values from the DataGrid
Once the DataGrid is connected to a database, you may want to monitor which cell the user has clicked. Use the RowColChange event — not the Click event — as shown below:
Private...