Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:关于批量添加某个字段问题

1楼
裴保民 发表于:2025/1/24 19:51:00
需要从表A中某个字段批量添加到表B,条件是A表中的ID号和B表中的ID号对应的数据行中
2楼
pyh6918 发表于:2025/1/24 23:29:00
For Each dr As DataRow In DataTables("表A").DataRows
    Dim cx As DataRow = DataTables("表B").Find("ID='" & dr("ID") & "'")
    If cx IsNot Nothing Then
        cx("第一列") = dr("第一列")
    End If
Next
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02539 s, 2 queries.