Here is an advanced topic for someone. I have developed an Access front-end to produce reports from an SQL Server database. I have linked to the SQL Server through an ODBC connection, which has worked well.
I now have a need to grab data from two different databases residing on the same server. It would be nice to be able to combine the data from both databases into one report, but I would settle for just being able to grab the data from both databases from within the same MDB.
I looked into TransferDatabase function, but that became too cumbersome. I know this can be accomplished as an ADP, but that means migrating [read: start from scratch] my entrire current application. Is there a way to do this from within my current MDB. Failing that, please point me to a decent resource for creating/working with Access Projects.
Thanks