[求助]从一个或多个表中检索数据出现错误为什么?
我用sele语句编了一个程序,结果出现错误,能解释一下为什么吗?
thisform.grid1.recordsource="sele main.rq,dw,(注:表内字段名)..... from main into curs temp where allt(ggxh)==allt(thisform.ggxh.value) .and. allt(ll)==allt(thisform.ll.value)"
sele temp
在去掉WHERE后面的语句时能找到TEMP,加上WHERE后提示找不到别名temp,为什么?
难道这个语句有什么错误吗?