Create one DAO.Recordset from several

K

Kristian

Hello,
Is there a fast way to create a large recordset
from several or do I have to loop through each recordset?
I create one recordset from each selected mdb in a list
box and want to combine those "part recordsets" to a
"total recordset" consisting of all the records from each
one.

Grateful for any tip!
Regards,
Kristian
 
V

Van T. Dinh

Perhaps creating a Recordset based on a UNION Query which combines Records
from different Tables.

Check Access Help / JET SQL Reference on the UNION Query.
 
G

Guest

No,
Since the recordsets come from different connections I
don't think it works.

Kristian
 

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