根据查询表的主键列,找到对应表(如表A)对应行的数据,然后修改,如
DataTables("表A").sqlReplaceFor("第一列", "abc", "_Identify = \'" & Tables("查询表").current("主键列") & "\'")