C
Chaman
I have two tables which I want to merge.
Table 1 has date and expenses as two fields. The table has all 365
days records in it.
Table 2 has fields as date and revenues in region A. Some of the
records may be missing because if there is no revenues genereated on
any given day that day may not have been accounted.
I want to merge these two tables using QUERY such that I have all 365
days in records and it shows corresponding revenues and expenses. If
I use a simple query relating dates in two tables, it merges only the
records which are present in both of the tables but ignores those
which are not present in any of one of these tables.
Any help would be highly appreciated.
Thanks,
Neo
Table 1 has date and expenses as two fields. The table has all 365
days records in it.
Table 2 has fields as date and revenues in region A. Some of the
records may be missing because if there is no revenues genereated on
any given day that day may not have been accounted.
I want to merge these two tables using QUERY such that I have all 365
days in records and it shows corresponding revenues and expenses. If
I use a simple query relating dates in two tables, it merges only the
records which are present in both of the tables but ignores those
which are not present in any of one of these tables.
Any help would be highly appreciated.
Thanks,
Neo