Hi, I have two tables: tblYears and tblCosts
tblYear
year
tblCosts
year
costs
tblYears contains year values from 2004 – 2018 (15 year period).
tblCosts contains costs for each year values, but it may cover only partial year periods. (i.e. from only 2004-2013).
But I would still like to see the query return the cost for all 15 years. I tried to do a Join (include all records from tblYears and only those records from tblCosts where the joined fields are equal), but I still don’t get all 15 years.
Please help!
Thank you!
SJH
tblYear
year
tblCosts
year
costs
tblYears contains year values from 2004 – 2018 (15 year period).
tblCosts contains costs for each year values, but it may cover only partial year periods. (i.e. from only 2004-2013).
But I would still like to see the query return the cost for all 15 years. I tried to do a Join (include all records from tblYears and only those records from tblCosts where the joined fields are equal), but I still don’t get all 15 years.
Please help!
Thank you!
SJH