Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共7 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:[求助]空值筛选的代码,出错,如何修改,谢谢

1楼
hrw68529 发表于:2024/3/25 10:28:00
下面一段代码,标红的部分,当面试室为空值时,进行筛选,代码不正确,请专家给指导,谢谢
Dim Filter As String
With e.Form.Controls("考生类别")
    If .Value IsNot Nothing Then
        If Filter >"" Then
            Filter = Filter & " And "
        End If
        Filter = Filter & "考生类别 = '" & .Value & "'"
    End If
End With


With e.Form.Controls("面试室")
    If .Value Is Nothing Then
        If Filter ="" Then
            Filter = Filter & " And "
        End If
        Filter = Filter & "面试室 = '" & .Value & "'"
    End If
End With

If Filter > "" Then
    Tables("号对人_笔试").Filter = Filter
End If
2楼
有点蓝 发表于:2024/3/25 10:34:00
If .Value Is Nothing Then
改为
If .Value IsNot Nothing Then
3楼
hrw68529 发表于:2024/3/25 10:39:00
有点蓝,改了后,还是不行,没反应
4楼
有点蓝 发表于:2024/3/25 10:53:00
说明没有符合条件的数据
5楼
hrw68529 发表于:2024/3/25 10:58:00
只查找空值的行

6楼
有点蓝 发表于:2024/3/25 11:04:00
http://www.foxtable.com/webhelp/topics/2055.htm
7楼
hrw68529 发表于:2024/3/25 11:19:00
谢谢有点蓝,已解决,非常感谢!
共7 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02637 s, 2 queries.