Dear Friend:
I never worked with datagrid because i don't create a recordsource but usually o display some records or fields you have to:
1- Set the column and the row that you want to retrieve the data from ex:
datagrid1.row=1 (to read the cell of the second row)
datagrid1.column=2 (to read the third column)
2- Msgbox datagrid1.text
you have the value of the selected cell(2,3).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.