Results 1 to 3 of 3
  1. #1
    aarotech is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2013
    Posts
    3

    Depreciation Table possible in Access?

    I have this depriciation table in excel, I use it with the year and the life of the asset to find the depreciation percentage.

    works great in excel need to be able some how to do this from within access 2010.

    Please help!



    attached is the excel file
    Attached Files Attached Files

  2. #2
    Rod is offline Expert
    Windows 7 32bit Access 2007
    Join Date
    Jun 2011
    Location
    Metro Manila, Philippines
    Posts
    679
    I cannot devise a straightforward formula so the percentages would have to be encoded in a table. Presumably if there is no entry in the table then the rate is 20%. The table would look something like the following.

    Age (in years) - you term this effective year.
    Depreciation Scheme
    Percentage

    The VBA code would be something like

    Pct = DLookUp("Percentage","Mytable","Age = " & myage & " AND DScheme = " & myscheme)
    Pct = Nz(Pct,0.2)

  3. #3
    aarotech is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2013
    Posts
    3
    Thank you very much, working on it will let you know.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 0
    Last Post: 12-01-2012, 05:35 PM
  2. Replies: 2
    Last Post: 10-09-2012, 03:20 PM
  3. Replies: 2
    Last Post: 12-22-2010, 01:46 PM
  4. ODBC table read to blank Access table write
    By dibblejon in forum Access
    Replies: 2
    Last Post: 03-10-2010, 08:39 AM
  5. Replies: 2
    Last Post: 10-27-2009, 07:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums