J
John Wallace
I have an Access 97 database containing tables and
queries. In a module I can open a recordset and read in
Table data thus:
Set rst=CurrentDb.OpenRecordset("Table_Name")
but when I replace Table_Name with Query_Name it will not
work. How do I do this?
queries. In a module I can open a recordset and read in
Table data thus:
Set rst=CurrentDb.OpenRecordset("Table_Name")
but when I replace Table_Name with Query_Name it will not
work. How do I do this?