May 7, 2004 #1 bluesage Programmer Apr 27, 2004 26 CH is it possible to do the following for a query: set rst = dbs.OpenRecordset("queryname") i know it works with tables: set rst = dbs.OpenRecordset("tablename") thanks
is it possible to do the following for a query: set rst = dbs.OpenRecordset("queryname") i know it works with tables: set rst = dbs.OpenRecordset("tablename") thanks
May 7, 2004 #2 scriverb Programmer May 17, 2002 4,485 US Yes, absolutely. The OpenRecordset will use a table or a query or SQL string. Bob Scriver [blue]Want the best answers? See FAQ181-2886[/blue] Upvote 0 Downvote
Yes, absolutely. The OpenRecordset will use a table or a query or SQL string. Bob Scriver [blue]Want the best answers? See FAQ181-2886[/blue]