>How can a recordset be subjected to second query, with different fields?
>A query runs on a table resulting in a record set (rs) which is displayed to
>the user.
>The user then chooses from that display, resulting in the recordset being
>queried for a second time.
Two suggestions:
1. Use a second recordset on the same data source, then optimise the
two in terms of variables for what you want to do.
2. Don't use parameterised queries, but explicitly set the m_strFilter
variable.
HTH
Paul.
-------------------------------------------
Expressed opinions are usually my own.
Especially if they're any good (of course).
-------------------------------------------