K
Kained
Is it possible to query two excel files with ADO?
By this I mean, using two separate excel files (as tables, each with same
UIDs) and being able to perform an INNER JOIN on them?
I understand alternatives are to create two connections and loop through the
second with various methods, but am really after a sleeker solution using a
single query.
Any pointers are most appreciated.
By this I mean, using two separate excel files (as tables, each with same
UIDs) and being able to perform an INNER JOIN on them?
I understand alternatives are to create two connections and loop through the
second with various methods, but am really after a sleeker solution using a
single query.
Any pointers are most appreciated.