I am trying to pull together data that has been summed from multiple tables. Example: Tbl1 has four fields: GROUP,DIVISION,PAYCODE,CURRENTMONTHTOTALS. Tble2 has four fields: GROUP,DIVISION,PAYCODE,MONTH1TOTALS. The only column that changes from table to table is the last field which is the sum field. I would like for the end report to look like this:
GROUP DIVISION PAYCODE CURRENT MONTH1 MONTH2 MONTH3 MONTH4
SUM SUM SUM SUM SUM
GROUP DIVISION PAYCODE CURRENT MONTH1 MONTH2 MONTH3 MONTH4
SUM SUM SUM SUM SUM