What is it that you need to accomplish? Are you trying to do a JOIN on two databases?
If that's the case,
AFAIK that cannot be done with an Access database and ADO.
If you need to join the data anyway, I think they only way is to get two local Recordsets, copy their contents to an array, and build some JOINing logic yourself.
If this is not what you want, please describe your situation in some more detail.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.