RE: Combining Recordsets



If all 3 have the same structure and data types, you could use a Union query
to combine them into one, possibly.

You question is a "how do I" question. It would be better if you describe
what you want to do and perhaps we can assist with how to accomplish it.
--
Dave Hargis, Microsoft Access MVP


"David Wetmore" wrote:

I have three recordsets, each containing a series of integers, from 3 different tables.
Can I somehow combine these three recordsets into one, or must I create a table and copy
the three recordsets into it?

.



Relevant Pages