以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]复选框组合筛选  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=186633)

--  作者:qq51837000
--  发布时间:2023/5/16 18:13:00
--  [求助]复选框组合筛选
发代码老出错,只能截图上传请老师见谅!(提问在注释中)

图片点击可在新窗口打开查看

--  作者:有点蓝
--  发布时间:2023/5/16 20:13:00
--  
只能用if
f=s1
if s2 > "" then
if f> "" then f = f & " and "
f = f & s2
end if
if s3 > "" then
if f> "" then f = f & " and "
f = f & s3
end if