D
Denise
Please let me know if I posted this in the wrong place...
Today is my first day with Access. I downloaded a
template to track my assets and track depreciation.
I am entering each piece of my equipment and all the
info. I'm doing fine so far.
I also downloaded an Excel template that automatically
calculates Single Line depreciation:
D6/D7/D8 are Initial Cost/Salvage Value/Useful Life
Heading of B is "Years" - Heading of D is "Strait Line"
b14 is =IF(D8,1,"")
d14 is =IF(B14>0,SLN($D$6,$D$7,$D$8),"")
the rows auto calculate for each year until the useful
life is done
total is at the bottom
Can I replicate this report in Access? There is a summary
report in the template that has a Cost column and the
Accumulated Depr. from the forms but the depreciation
calculation would make the report exactly what I need.
Any help for this eager to learn rookie would be
appreciated. Thanks!!
Today is my first day with Access. I downloaded a
template to track my assets and track depreciation.
I am entering each piece of my equipment and all the
info. I'm doing fine so far.
I also downloaded an Excel template that automatically
calculates Single Line depreciation:
D6/D7/D8 are Initial Cost/Salvage Value/Useful Life
Heading of B is "Years" - Heading of D is "Strait Line"
b14 is =IF(D8,1,"")
d14 is =IF(B14>0,SLN($D$6,$D$7,$D$8),"")
the rows auto calculate for each year until the useful
life is done
total is at the bottom
Can I replicate this report in Access? There is a summary
report in the template that has a Cost column and the
Accumulated Depr. from the forms but the depreciation
calculation would make the report exactly what I need.
Any help for this eager to learn rookie would be
appreciated. Thanks!!