
Join two recordsets into one using DAO 3.6?
You might ahve some luck with a union. (This may need some adjustment for
Access)
"SELECT * FROM tbRen" & _
"UNION ALL" & _
"SELECT * FROM tbStimpy"
This would need some work if pulling the stuff from two different databases,
but a union is the basic idea I'd shoot for.
Quote:
> Hi,
> I am using DAO 3.6 with Access Database in VB6. I would like to
> know if there is anyway to join two recordsets into a new
> recordset or merge one recordset into another.
> Thanks in advance for any help.
> -----------------------------------------------------------
> Got questions? Get answers over the phone at Keen.com.
> Up to 100 minutes free!
> http://www.keen.com