The FlexGrid.TextMatrix property allows you to access the contents of any cell without moving focus to that cell.


VB Code:
  1. query = "Update Jobs Set Progress = " & FlexGrid.TextMatrix(5,1) & " VALUES ('" & FlexGrid.TextMatrix(5,7) & "')"