以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  关联表的列  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=51045)

--  作者:baixiaobai
--  发布时间:2014/5/18 15:15:00
--  关联表的列
请问怎么判断关联表的列中有没有内容???  
找到答案了~~~呵呵~
[此贴子已经被作者于2014-5-18 15:23:16编辑过]

--  作者:有点甜
--  发布时间:2014/5/18 15:24:00
--  

判断某一列是否有值

 

 Dim count As Integer = Datatables("子表").Find("关联列名 = \'" & Tables("主表").Current("关联列名") & "\' and 某一列 is null")

 msgbox(count)