正确写法应该是:
select * from 你的表 where ALLTRIM(往济南流量)=ALLTRIM(thisform.text1.value) .and. ALLTRIM(往泰安流量)=ALLTRIM(thisform.text2.value) into TABL 新的表名
如果想在原表中显示查询结果,查询按钮中的代码:
PUBLIC C1,C2
c1=ALLTRIM(thisform.text1.value)
c2=ALLTRIM(thisform.text2.value)
select 原表名
set filter to ALLTRIM(往济南流量)=C1 AND ALLTRIM(往泰安流量)=C2
thisform.grid1.refresh
go top