Is there a solution to join multiple tables from access or sql server? The only join operator I found joins just two tables at a time. Thank you.
Hi,Yes, that is correct. Only two at a time. But you usually can just run multiple joins in a row for such cases.
Hope this helps,
Ingo
Hi,
Yes, that is correct. Only two at a time. But you usually can just run multiple joins in a row for such cases.
Hope this helps,
Ingo