怎样把表A中筛选出的数据完整的放入表B。(表A中筛选出的数据结构与表B的结构相同)
例如:
mrc.open "select * from cwtable where xxx=xxx",con
mrc1.open "select * from printtotal",con,3,1
set mrc1=mrc
mrc1.update
set mrc=nothing
set mrc1=nothing我看过了表B中存有新传递过来的数据,但不知道如何保存?我用update可是没有什么用,不知道你有没有什么好的办法。或是这类问题就有更好的解决方法。