Is the only way to run a SELECT query from code to use the OpenRecordset method? I notice that the RunSQL method only works with Action queries and the OpenQuery method displays the results of an already existing query.
I want to keep the record in memory (as with recordsets) and will not be edited.
Therfore am I also right in saying that if I already have a recordset open I will simply have to open another one using a different name?
I want to keep the record in memory (as with recordsets) and will not be edited.
Therfore am I also right in saying that if I already have a recordset open I will simply have to open another one using a different name?