在组合框的InteractiveChange事件中编写代码,1.先提取组合框所选的值: vv=this.displayvalue
2.用sql语句重新查询表格内容:select * from 数据表 where 大学=vv into cursor table1
3.把表格内容刷新:thisform.grid1.RecordSource="table1.dbf",或者直接用sql 语句.但RecordSourceType的值要改成4
4.thisform.grid1.refresh
再说清楚些啊
没看明白你的意思,你是想通过组合框下拉记录数量来控制表格控件所显示的记录数吗?还是想要其他效果?需求还需要描写的再详细一点