一个表单集,a表单,和b表单,其中b表单有一个pageframe,page3中用了sql查询创建了新表,例如给一个组合框的rowsource赋值,zfwzmx是含有xqmc的一个表,
vxqmc=alltrim(This.parent.Combo1.Value)
select distinct lh from zfwzmx where xqmc=vxqmc  into cursor blh
This.parent.Combo2.RowSource="blh"
this.parent.Combo2.Value=this.parent.combo2.List(1)
this.Refresh

运行没有什么问题,但是在表单集退出时,会提示,"不能访问选定的表.blh",但这个表单退出时正常.
这是为何.