If stfilter1 = "全体员工" Then
stfilterName1 = "form 职员基本信息表"
MsgBox "全体员工" & stfilterName1
Else
stfilterName1 = " from 职员基本信息表 where " & stfilterName1
MsgBox stfilterName1
End If
If Me.Check23 = True Then comsql = comsql & "出生年月,"
If Me.Check25 = True Then comsql = comsql & "身份证号码,"
If Me.Check27 = True Then comsql = comsql & "联系电话,"
If Me.Check29 = True Then comsql = comsql & "移动电话,"
If Me.Check31 = True Then comsql = comsql & "电子邮件地址,"
If Me.Check37 = True Then comsql = comsql & "婚姻状况,"
If Me.Check39 = True Then comsql = comsql & "居住地,"
If Me.Check41 = True Then comsql = comsql & "户口性质,"
If Me.Check43 = True Then comsql = comsql & "学历,"
If Me.Check45 = True Then comsql = comsql & "毕业学校,"
If Me.Check47 = True Then comsql = comsql & "紧急联系人,"
If Me.Check49 = True Then comsql = comsql & "紧急联系电话,"
If Me.Check51 = True Then comsql = comsql & "部门,"
If Me.Check53 = True Then comsql = comsql & "职务,"
If Me.Check55 = True Then comsql = comsql & "入职时间,"
If Me.Check57 = True Then comsql = comsql & "薪金,"
If Me.Check59 = True Then comsql = comsql & "医疗保险基数,"
If Me.Check53 = True Then comsql = comsql & "社会保险基数,"
MsgBox comsql
comsql = Left(comsql, Len(comsql) - 1)
MsgBox comsql
comsql = "select " & comsql & stfilterName1
MsgBox comsql
If stfilter1 = "全体员工" Then
stfilterName1 = "form 职员基本信息表"
MsgBox "全体员工" & stfilterName1
Else
stfilterName1 = " from 职员基本信息表 where " & stfilterName1
MsgBox stfilterName1
End If
If Me.Check23 = True Then comsql = comsql & "出生年月,"
If Me.Check25 = True Then comsql = comsql & "身份证号码,"
If Me.Check27 = True Then comsql = comsql & "联系电话,"
If Me.Check29 = True Then comsql = comsql & "移动电话,"
If Me.Check31 = True Then comsql = comsql & "电子邮件地址,"
If Me.Check37 = True Then comsql = comsql & "婚姻状况,"
If Me.Check39 = True Then comsql = comsql & "居住地,"
If Me.Check41 = True Then comsql = comsql & "户口性质,"
If Me.Check43 = True Then comsql = comsql & "学历,"
If Me.Check45 = True Then comsql = comsql & "毕业学校,"
If Me.Check47 = True Then comsql = comsql & "紧急联系人,"
If Me.Check49 = True Then comsql = comsql & "紧急联系电话,"
If Me.Check51 = True Then comsql = comsql & "部门,"
If Me.Check53 = True Then comsql = comsql & "职务,"
If Me.Check55 = True Then comsql = comsql & "入职时间,"
If Me.Check57 = True Then comsql = comsql & "薪金,"
If Me.Check59 = True Then comsql = comsql & "医疗保险基数,"
If Me.Check53 = True Then comsql = comsql & "社会保险基数,"
MsgBox comsql
comsql = Left(comsql, Len(comsql) - 1)
MsgBox comsql
comsql = "select " & comsql & stfilterName1
MsgBox comsql
Set qdf = CurrentDb.QueryDefs("查询结果")
qdf.SQL = comsql
qdf.Close