Foxtable(狐表)用户栏目专家坐堂 → “单选框”问题


  共有4369人关注过本帖树形打印复制链接

主题:“单选框”问题

帅哥,在线噢!
y2287958
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:狐神 帖子:4648 积分:33890 威望:0 精华:0 注册:2008/8/31 22:44:00
  发帖心情 Post By:2013/8/16 23:20:00 [显示全部帖子]

全部:
If e.Sender.Checked = True
    Tables("学生信息").Filter = ""
End If
在校:
If e.Sender.Checked = True
    Tables("学生信息").Filter = "休学 is null and 实习 is null"
End If
实习:
If e.Sender.Checked = True
    Tables("学生信息").Filter = "实习 is not null"
End If
休学:
If e.Sender.Checked = True
    Tables("学生信息").Filter = "休学 is not null"
End If

 回到顶部