Office中国论坛/Access中国论坛

标题: 大难题请教!!! [打印本页]

作者: wslwh20031    时间: 2003-4-7 07:04
标题: 大难题请教!!!
就第一次与第二次的判断,我可以这样做吗?
public function checkplay()
dim rspay as recordset
set rspay=currentdb.openrecordset("给付",dbopendynaset)
rspay.findfirst"[身份证]=" & "'"  & me![身份证]& "'"
if rspay.nomatch then
......
老是测试不通过,是什么原因呢?
作者: wslwh20031    时间: 2003-4-7 07:05
这问题好难!!!
作者: Trynew    时间: 2003-4-8 07:17
set rspay=currentdb.openrecordset("给付",dbopendynaset) 改为:
set rspay=currentdb().openrecordset("Select * from 给付",dbopendynaset)
如果“给付”是表,则不支持findfirst方法,只支Seek方法。







欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3