Databases

  1. Home
  2. Computing & Technology
  3. Databases

Microsoft Access Function Library: DDB()

By Mike Chapple, About.com

Function: DDB()

Purpose: The DDB() function returns a double value containing the periodic depreciation of an asset using the double-declining balance method (or other method, as specified).

Usage: DDB(cost, salvage, life, period, [factor])

The cost is a double specifying the initial asset value.
The salvage is a double specifying the salvage value of the asset at the end of its life.
The life is a double specifying the useful life of the asset.
The period is a double specifying the length of time in each depreciation period. It must be in the same unit as life
The factor is a variant specifying the depreciation factor. The default value of 2 specifies the double-declining balance method.


Returns: Double containing the depreciation value.

Examples and Special Cases
DDB(100000,10000,20,1) returns 10,000
DDB(100000,10000,20,1,3) returns 15,000
DDB(100000,10000,10,1) returns 20,000
DDB(100000,10000,10,1,3) returns 30,000

Explore Databases

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Databases

  1. Home
  2. Computing & Technology
  3. Databases
  4. Microsoft Access
  5. Access Function Library
  6. Microsoft Access Function Library: DDB()

©2009 About.com, a part of The New York Times Company.

All rights reserved.