Hello,
I'm having some troble with a query that i am trying to create. let's say i have 30 tables that contain IBAN codes and the available balance of those accounts per day. the problem is that each day (table) has a different number of IBAN codes and if I only use relationships, the query will show me only the IBAN codes that are in the table 1 (day 1 of the month), all accounts added after day 1 being left out.
one of the solutions would be to use DLookUp but that would mean a very very long time to calculate the query.
Baisicly i'm trying to make a reunion of tables rather than a intersection.
Is there any other way to solve this issue?
Thanks