以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 三列不为空的筛选求助? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=129177) |
||||
-- 作者:zsslly -- 发布时间:2018/12/23 13:14:00 -- 三列不为空的筛选求助? ![]() ![]() 三列不为空的筛选求助? 如图,如案列,我设计了一个窗口,通查询控件,把“小区地址”以内的,“设计列”、“市场部”列不为空的值筛选出来,求助代码的错误在那?
|
||||
-- 作者:zsslly -- 发布时间:2018/12/23 13:15:00 -- Dim sjsD As WinForm.comboBox = e.Form.Controls("comboBox1") Tables("窗口1_table1").Filter="小区地址 = \'" & sjsD.text & "\' or 设计师 is not null or 市场部 is not null" 这个是我的代码,求助
|
||||
-- 作者:zsslly -- 发布时间:2018/12/23 14:28:00 -- 感谢老师,我搞定了! |
||||
-- 作者:有点甜 -- 发布时间:2018/12/23 15:56:00 -- Tables("窗口1_table1").Filter="小区地址 = \'" & sjsD.text & "\' and 设计师 is not null and 市场部 is not null"
http://www.foxtable.com/webhelp/scr/1647.htm
|