I am trying to build a report from 4 different tables. They all have the same fields, but they are 4 different "years". (yeah- I know- I didnt design it) There are ID's associated with different dollar amounts.
What I need is a report that shows the ID's with each "years" data per line. (They want to check out trends with the dollar amounts) Some of the IDs have records for all 4 years, some dont.
How would I display this information on each line, adding the 2nd, 3rd, and 4th years data to the line if and only if they have that data.
ALSO it needs to obviously display the IDs if they dont have that 2nd, 3rd, 4th, etc.
I am having trouble with the data source- I keep getting the cursed #name where my data should be.
Here is how I am trying this (in the report):
ID: table.ID dollar: table.ID ID2nd year: table.ID=table.ID2 dollar2: table.ID2 and so on...
Anyone have a similar experience?
Thanks
Jesse
What I need is a report that shows the ID's with each "years" data per line. (They want to check out trends with the dollar amounts) Some of the IDs have records for all 4 years, some dont.
How would I display this information on each line, adding the 2nd, 3rd, and 4th years data to the line if and only if they have that data.
ALSO it needs to obviously display the IDs if they dont have that 2nd, 3rd, 4th, etc.
I am having trouble with the data source- I keep getting the cursed #name where my data should be.
Here is how I am trying this (in the report):
ID: table.ID dollar: table.ID ID2nd year: table.ID=table.ID2 dollar2: table.ID2 and so on...
Anyone have a similar experience?
Thanks
Jesse