作者:绿色风
分类:
时间:2022-08-18
浏览:182
楼主 lrlxxqxa |
- Private Sub 筛选_Button_Click()
- If tj1 And tj2 And tj3 Then
- 表1.Form.RecordSource = "select * from 表1"
- End If
- If tj1 And tj2 And tj3 = False Then
- 表1.Form.RecordSource = "select * from 表1 where 达标率<80"
- End If
- If tj1 And tj2 = False And tj3 Then
- 表1.Form.RecordSource = "select * from 表1 where 达标率<50 OR 达标率>=80"
- End If
- If tj1 And tj2 = False And tj3 = False Then
- 表1.Form.RecordSource = "select * from 表1 where 达标率<50"
- End If
- If tj1 = False And tj2 And tj3 Then
- 表1.Form.RecordSource = "select * from 表1 where 达标率>=50 OR 达标率>=80"
- End If
- If tj1 = False And tj2 And tj3 = False Then
- 表1.Form.RecordSource = "select * from 表1 where 达标率>=50 and 达标率<80"
- End If
- If tj1 = False And tj2 = False And tj3 Then
- 表1.Form.RecordSource = "select * from 表1 where 达标率>=80"
- End If
- If tj1 = False And tj2 = False And tj3 = False Then
- 表1.Form.RecordSource = "select * from 表1"
- End If
- 表1.Form.Requery
- End Sub
- Private Sub Form_Load()
- DoCmd.Restore
- End Sub
附上操作效果动画:
复选框筛选2003.rar 复选框筛选.rar |
2楼 EvaCG |
非常之感谢 帮上了大忙了 |
3楼 hanxuntx |
众里寻他千百度那人却在灯火阑珊处 |
4楼 鱿鱼滴味道 |
享受 |
免责声明
有感于原ExcelTip.Net留存知识的价值及部分知识具有的时间限定性因素,
经与ExcelTip.Net站长Apolloh商议并征得其同意,
现将原属ExcelTip.Net的知识帖采集资料于本站点进行展示,
供有需要的人士查询使用,也慰缅曾经的论坛时代。
所示各个帖子的原作者如对版权有异议,
可与本人沟通提出,或于本站点留言,我们会尽快处理。
在此,感谢ExcelTip.Net站长Apolloh的支持,感谢本站点所有人**绿色风(QQ:79664738)**的支持与奉献,特此鸣谢!
------本人网名**KevinChengCW(QQ:1210618015)**原ExcelTip.Net总版主之一