Joining recordsets

M

Marty

Howdy All,

Quick question: if you have a two recordsets that you've defined in
memory (i.e. no connection to a database file), can you join the recordsets?
The only way that I know to do joins is by using SQL, but SQL seems to
require table names.

I guess another way to ask the question would be to ask if a recordset
created in memory could be given a table name.

Thanks!
Marty
 
K

Ken Snell [MVP]

You need to write the recordsets to temporary tables, and then write SQL
statement that uses those temporary tables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top