M
MaxGay via AccessMonster.com
I have two tables table07 and table08 one has data for 2007 and the other
2008. What I need to do is to take the information from both tables that
matches and put it into a big table for a report. The problem is that some of
the data is only for 2007 and some only for 2008 but the end user wants to
see all of the data with the report. For example
table07 has the following fields
FundedProgram
Fund
CommitmentItem
Budget
07CostB udget
table08 has the following fields
FundedProgram
Fund
CommitmentItem
Budget
08CostB udget
Fund in the two tables is the fiscal year 07 or 08 respectively (I didn't
design this I inherited it)
What I need done is to have all the information on a report for both 07 and
08 (i.e. FundedProgram, CommitmentItem, and Budget) and for each of the
corresponding years (07 and 08) there respective CostBudget fields and only
have them show up corresponding to the 07 or 08 data.
Let me know if you need clarification
2008. What I need to do is to take the information from both tables that
matches and put it into a big table for a report. The problem is that some of
the data is only for 2007 and some only for 2008 but the end user wants to
see all of the data with the report. For example
table07 has the following fields
FundedProgram
Fund
CommitmentItem
Budget
07CostB udget
table08 has the following fields
FundedProgram
Fund
CommitmentItem
Budget
08CostB udget
Fund in the two tables is the fiscal year 07 or 08 respectively (I didn't
design this I inherited it)
What I need done is to have all the information on a report for both 07 and
08 (i.e. FundedProgram, CommitmentItem, and Budget) and for each of the
corresponding years (07 and 08) there respective CostBudget fields and only
have them show up corresponding to the 07 or 08 data.
Let me know if you need clarification