R
RedHeadedMonster via AccessMonster.com
I have a table that contains Parts. Another table that contains Costs for
the Parts. The costs are by year.
The Cost table has PartNumber, Year, Cost
So date would look like:
shdi-444 2008 $54.68
shdi-444 2009 $57.80
shdi-444 2010 $62.50
So....heres where I am stumped. If I want to display costs in 2009$, but if
I only have a 2008 cost I have an escalation factor to add to the 2008 Value
to get the 2009 cost. As the table is set up now, how do I run the query
that first checks to see if there is a 2009 value, and then if there is none,
find the 2008 value and escalate to create the 2009 Value.
Thanx!
RHM
the Parts. The costs are by year.
The Cost table has PartNumber, Year, Cost
So date would look like:
shdi-444 2008 $54.68
shdi-444 2009 $57.80
shdi-444 2010 $62.50
So....heres where I am stumped. If I want to display costs in 2009$, but if
I only have a 2008 cost I have an escalation factor to add to the 2008 Value
to get the 2009 cost. As the table is set up now, how do I run the query
that first checks to see if there is a 2009 value, and then if there is none,
find the 2008 value and escalate to create the 2009 Value.
Thanx!
RHM