Results 1 to 2 of 2

Thread: Excel function calculations used in MS Access query

  1. #1
    Join Date
    Oct 2004
    Location
    Kashmir
    Posts
    94

    Excel function calculations used in MS Access query

    The functions below can be used or an equivalent formula can be used in a Calculation in an MS Access Query or not? It is actually the Present Value and Future Value?

    PV

    See Also

    Returns the present value of an investment. The present value is the total amount that a series of future payments is worth now. For example, when you borrow money, the loan amount is the present value to the lender.

    Syntax

    PV(rate,nper,pmt,fv,type)

    Rate is the interest rate per period. For example, if you obtain an automobile loan at a 10 percent annual interest rate and make monthly payments, your interest rate per month is 10%/12, or 0.83%. You would enter 10%/12, or 0.83%, or 0.0083, into the formula as the rate.

    FV

    See Also

    Returns the future value of an investment based on periodic, constant payments and a constant interest rate.

    Syntax

    FV(rate,nper,pmt,pv,type)

    For a more complete description of the arguments in FV and for more information on annuity functions, see PV.

    Rate is the interest rate per period.

    Nper is the total number of payment periods in an annuity.

    Pmt is the payment made each period; it cannot change over the life of the annuity. Typically, pmt contains principal and interest but no other fees or taxes. If pmt is omitted, you must include the pv argument.

    Pv is the present value, or the lump-sum amount that a series of future payments is worth right now. If pv is omitted, it is assumed to be 0 (zero), and you must include the pmt argument.

    Type is the number 0 or 1 and indicates when payments are due. If type is omitted, it is assumed to be 0.

    Thanks

  2. #2
    Join Date
    Dec 2005
    Posts
    945

    Re: Excel function calculations used in MS Access query

    I think that both the PV and FV functions are available in Access. Have you tried to look in the Expression Builder for the functions? They can be found in the Financial category.

Similar Threads

  1. Tips for making calculations in Microsoft Excel.
    By Jaques Strapp in forum Tips & Tweaks
    Replies: 0
    Last Post: 08-01-2012, 11:09 AM
  2. Sql query for Date function.
    By horuy in forum Software Development
    Replies: 3
    Last Post: 17-11-2010, 12:22 AM
  3. Query in function getIfModifiedSince()
    By New ID in forum Software Development
    Replies: 5
    Last Post: 18-01-2010, 01:09 PM
  4. Access two records simultaneously and do calculations
    By Arif15 in forum Software Development
    Replies: 3
    Last Post: 20-11-2009, 05:42 PM
  5. How to perform calculations with conditions in Excel ?
    By Luis234 in forum Software Development
    Replies: 3
    Last Post: 06-02-2009, 12:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,100,436.16007 seconds with 17 queries