Hi,
I've 2 different mdb and I'd like to make a join between 2 tables that are in separate files. It's this possibile with UCanAccess? Otherwise which is the best way to do this in your opinion?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've 2 different mdb and I'd like to make a join between 2 tables that are in separate files. It's this possibile with UCanAccess? Otherwise which is the best way to do this in your opinion?
Thanks
Can you use Access to create a linked table in one file that points to the table in the other file?
Unfortunately I can't change the original db. I can only read it
Last edit: Daniele Renda 2015-11-03
Okay, then you can use Jackcess to create a temporary database file with the table links and then use UCanAccess to query that temporary database:
Last edit: Gord Thompson 2015-11-03
Thanks very much for your time. Your suggestion is very useful and interesting!! Thanks very much!