以文本方式查看主题

-  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=178531)

--  作者:denghui69986
--  发布时间:2022/7/8 15:26:00
--  搜索框文字提示
图片点击可在新窗口打开查看

Dim Filter As String = ""
If e.form.controls("精确搜索").checked Then
    FIlter = "ERP成品型号 = \'" & e.form.controls("TextBOx1").text & "\'"
Else If e.form.controls("模糊搜索").checked Then
    Filter = "ERP成品型号 like \'%" & e.form.controls("TextBOx1").text & "%\'"
End If
Tables("资料数据汇总").FIlter = Filter

老师搜索文本框里面文字里面文字在那代码添加,老师指导一下谢谢,

--  作者:有点蓝
--  发布时间:2022/7/8 15:30:00
--  
没有这种提示功能。可以使用:http://www.foxtable.com/webhelp/topics/2673.htm,或者添加标签进行提示
--  作者:denghui69986
--  发布时间:2022/7/8 16:00:00
--  
谢谢