I have 2 tables (created by queries to linked tables) with the following fields:
(1) Project, Project Name, Dept, Actual Hours, Forecast Hours, Period Ending (2) Project, Project Name, Dept, Original Budget Hours, Total CN Hours, Total Approved Hours
Trying to generate a query which combines data from both tables, but both tables do not have data for each row. For example, table (1) does not always have “Actual Hrs” data for each “Dept” and table (2) does not always have “Orig Budget Hrs” for each “Dept.
I’ve really tried all I know to get this to work and can’t get it. Thank you for your help.
The table below is what the results should look like.
0123456
Test Project
11
0123456
Test Project
12
0123456
Test Project
16
0123456
Test Project
18
0123456
Test Project
22
0123456
Test Project
26
0123456
Test Project
32
0123456
Test Project
34
0123456:banghead:
Test Project
36
(1) Project, Project Name, Dept, Actual Hours, Forecast Hours, Period Ending (2) Project, Project Name, Dept, Original Budget Hours, Total CN Hours, Total Approved Hours
Trying to generate a query which combines data from both tables, but both tables do not have data for each row. For example, table (1) does not always have “Actual Hrs” data for each “Dept” and table (2) does not always have “Orig Budget Hrs” for each “Dept.
I’ve really tried all I know to get this to work and can’t get it. Thank you for your help.
The table below is what the results should look like.
Project
Project Name
Dept
Original Budget Hours
Total CN Hours
Total Approved Hours
Actual Hours
Forecast Hours
Test Project
11
154
10
Test Project
12
147
68
215
170
5
Test Project
16
13
0
Test Project
18
291
56
347
643
10
Test Project
22
60
4
64
Test Project
26
479
180
659
783
0
Test Project
32
60
34
94
216
0
Test Project
34
16
15
Test Project
36
10
0
10