假设你改用3(sql语句)吧,RowSource 改为:
Select 医生姓名 from 医生信息表 where Allt(科室名)==Allt(Thisform.Cbo2.Value) and Allt(门诊类型)=Allt(Thisform.Cbo1.Value) into cursor 待选医生
Cbo3 的 GotFocus 改为:
Select 医生姓名 from 医生信息表 where Allt(科室名)==Allt(Thisform.Cbo2.Value) and Allt(门诊类型)=Allt(Thisform.Cbo1.Value) into cursor 待选医生
This.Requery()