Hello,
I've been struggling with this today, and searches here and on google failed to come up with a workable solution. I'm hoping someone can help me!
I have 2 Access databases, each with 1 table in them, that I need to get into a single recordset using Excel VBA (ADO). The 2 tables have identifier fields in common, so they are joinable, but I don't know the syntax to bring them together across 2 connections into a single "container."
Database 1's table has the fields: Region, Account, Active, and Owner
Database 2's table has the fields: Region, Account, Required, and Requested
What I need to end up with is a single recordset that I can dump into Excel which contains the fields: Region, Account, Active, Owner, Required, and Requested, containing all records that are in both tables / databases.
I would love to just combine the data in these databases into a single database, but unfortunately I am not their owner so can't muck around with them... I just need to pull the data into Excel.
Can someone please give me a hand with this?
I've been struggling with this today, and searches here and on google failed to come up with a workable solution. I'm hoping someone can help me!
I have 2 Access databases, each with 1 table in them, that I need to get into a single recordset using Excel VBA (ADO). The 2 tables have identifier fields in common, so they are joinable, but I don't know the syntax to bring them together across 2 connections into a single "container."
Database 1's table has the fields: Region, Account, Active, and Owner
Database 2's table has the fields: Region, Account, Required, and Requested
What I need to end up with is a single recordset that I can dump into Excel which contains the fields: Region, Account, Active, Owner, Required, and Requested, containing all records that are in both tables / databases.
I would love to just combine the data in these databases into a single database, but unfortunately I am not their owner so can't muck around with them... I just need to pull the data into Excel.
Can someone please give me a hand with this?