ACCESS+VBA实现查询批量显示: 是否可以用Recordset将查询的结果记录批量的显示在子

2025-03-06 23:11:59
推荐回答(1个)
回答1:

dim rst as recordset
set rst=currentdb.openrecordset("select * from 表1")
set me.子窗体.form.recordset=rst