sql2 = "select top " & TKhard & " * from testdate where subject='0' and degree='1' and typed='1'  "
Set rs2 = db.OpenRecordset(sql2)以上语句报错“select子句中包含一个保留字、拼写错误或丢失的参数,或标点符号不正确”
请问如何修改谢谢