C
Clive
I've got a query that is linking 2 tables. However, I'm having problems with
the join properties in linking these tables.
Basically from what I can understand, there are 3 options:
1. Where join field from both tables are equal
2. All records from table 1 and only those from table 2 where they match
3. All records from table 2 and only those from table 1 where they match
How do I go about having all records from both tables showing?
The tables are as follows:
Table 1
Field 1: Department
Field 2: Actual Numbers
Field 3: Actual Income
Table 2:
Field 1: Department
Field 2: Budget Numbers
Field 3: Budget Income
Both tables come from different data sources, otherwise I would just have
one table
There are some Departments (Field 1) in table 1 that aren't in table 2 and
vice versa.
Basically I want my report to have the following columns:
Department---Actual Numbers---Budget Numbers---Actual Income---Budget Income.
For all Departments (Field 1) from both tables.
Any ideas would be very much appreciated
the join properties in linking these tables.
Basically from what I can understand, there are 3 options:
1. Where join field from both tables are equal
2. All records from table 1 and only those from table 2 where they match
3. All records from table 2 and only those from table 1 where they match
How do I go about having all records from both tables showing?
The tables are as follows:
Table 1
Field 1: Department
Field 2: Actual Numbers
Field 3: Actual Income
Table 2:
Field 1: Department
Field 2: Budget Numbers
Field 3: Budget Income
Both tables come from different data sources, otherwise I would just have
one table
There are some Departments (Field 1) in table 1 that aren't in table 2 and
vice versa.
Basically I want my report to have the following columns:
Department---Actual Numbers---Budget Numbers---Actual Income---Budget Income.
For all Departments (Field 1) from both tables.
Any ideas would be very much appreciated