根据内容查找,然后修改值,如
Dim fdr As DataRow = DataTables("表A").find("物料编号='BCD123'")
If fdr IsNot Nothing Then
fdr("已扫数量") += 1
End If