Running queries from code

B

Bill

I'm used to opening recordsets in code by passing
the SQL query as a character string. E.g.,
rsMyset.open "Select bla bla bla"
What's the syntax if one wants to run an established
query by specifying the name of the query? The help
text I see suggests that the use of Query("QMyQuery")
is outdated, so I'm in mystery.

Thanks,
Bill
 
Top