Office中国论坛/Access中国论坛
标题:
CurrentDb.OpenRecordSet参数?
[打印本页]
作者:
FookYou
时间:
2009-12-7 15:31
标题:
CurrentDb.OpenRecordSet参数?
dim Rs as RecordSet
set Rs=CurrentDb.OpenRecordSet("表",dbopentable)
set Rs=CurrentDb.OpenRecordSet("查询",???)
rs.movefirst
msgbox rs("ID")
表就可以,查询的话该怎么用,参数有哪些?谢谢!
作者:
FookYou
时间:
2009-12-8 11:08
查询不行吗,难道要把查询转换成“生成表查询",再调用生成的表进行操作,操作完后再删掉表。有没有好的方法啊?谢谢!
作者:
chaojianan
时间:
2009-12-8 16:07
用这个看看
Set Rs = CurrentDb.OpenRecordset("查询", dbReadOnly)
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3