1、加入msgbobx
msgbox("单位名称= '" & dwmc & "' and 考试名称 = '" & ksmc & "'")
msgbox(dt.GetComboListString("学校班级", "单位名称= '" & dwmc & "' and 考试名称 = '" & ksmc & "'"))
2、如果1不正常,说明没有符合的数据;如果1正常,看看你的combobox3的enter事件是不是写了代码?