以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  大小判断  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=173137)

--  作者:qinlao666
--  发布时间:2021/11/16 14:58:00
--  大小判断
想做个按钮
将A列所有值与B列所有值进项判断大小,如果所有行的A列>B列,则通过审核

请教代码,谢谢!

--  作者:有点蓝
--  发布时间:2021/11/16 15:01:00
--  
if tables(xx).compute("count(A列)",“A列<=B列”) > 0 then
msgbox(不通过)
else
msgbox(通过)
endif