以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  我这个代码那里错了?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=128912)

--  作者:zsslly
--  发布时间:2018/12/18 9:32:00
--  我这个代码那里错了?
如题:

Dim fzr As WinForm.combobox = e.Form.Controls("combobox1")
Dim jgjc As WinForm.combobox = e.Form.Controls("combobox2")
Tables("客户经理管理_table2").Filter="责任人 = \'" & fzr.text & "\' and 结果检查 = \'" & jgjc.text & "\'"

求大师指点!

--  作者:有点甜
--  发布时间:2018/12/18 9:53:00
--  
代码没问题,提示什么错?