K
kb3fed
I have a database that is used to track total cost for projects. So, my
highest (hierarchial) table is the list of projects, the next table contains
the budget lines, and the last table contains updated costs for each budget
line. I would like to view the data in a cross-tab query or graph the data
either using a pivot chart: the same problem occurs in both.
Since the cost (entries in the cost update table) always stay the same
between updates (entries), some budget line costs get updated when others
don't. My problem in the cross-tab query is that some values are missing:
obviously since I never entered a cost update.
My question is, how do I have access populate the cross-tab query to have
all instances of null value equal to the previous entry?
A bigger question is, how do I get this to work with the pivot chart, or
even if this is the best approach for viewing the data.
highest (hierarchial) table is the list of projects, the next table contains
the budget lines, and the last table contains updated costs for each budget
line. I would like to view the data in a cross-tab query or graph the data
either using a pivot chart: the same problem occurs in both.
Since the cost (entries in the cost update table) always stay the same
between updates (entries), some budget line costs get updated when others
don't. My problem in the cross-tab query is that some values are missing:
obviously since I never entered a cost update.
My question is, how do I have access populate the cross-tab query to have
all instances of null value equal to the previous entry?
A bigger question is, how do I get this to work with the pivot chart, or
even if this is the best approach for viewing the data.