rainman89
I cant find the any key..
- Local time
- Today, 05:49
- Joined
- Feb 12, 2007
- Messages
- 3,015
[Resolved] open recordset not working like i thought
Hi all,
Does openrecordset only work for queries that are already created? I thought that this would work
but it errors out while
doesn't seem to cause any problems.. Any insight?
Thanks
Hi all,
Does openrecordset only work for queries that are already created? I thought that this would work
Code:
Set rs = Db.OpenRecordset("select * from tbl_benchskill where ((studentYearID= Forms!frm_aisreportCard!Text47))", dbOpenDynaset)
Code:
Set rs = Db.OpenRecordset("qry_benchskill", dbOpenDynaset)
Thanks
Last edited: