Results 1 to 4 of 4
  1. #1
    HVVA is offline Novice
    Windows 8 Access 2013
    Join Date
    May 2015
    Location
    Phoenix, Az
    Posts
    2

    Unhappy Transfer Credit Calculations

    I'm supposed to create a calculated field named TuitionPayments that determines tuition paid in three installments. I have to use the PMT function and replace the rate argument with 0.025/3, the num_periods argument with 3, and the present_value argument with the TuitionDue. Use 0 for the future_value and type arguments.



    Can someone please help me?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    In a cell on the Fields row of query builder: Pmt(0.025/3, 3, [TuitionDue], 0, 0)

    There is no Type argument but there is a Due argument.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    HVVA is offline Novice
    Windows 8 Access 2013
    Join Date
    May 2015
    Location
    Phoenix, Az
    Posts
    2
    What about when I only have the name of the cell (LostCredits) and it asks to create a function that subtracts CreditsTransferred from CreditsEarned.

    How do I set up this equation in the builder?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I don't know your db so can't be sure but I will guess need to do some aggregate queries.

    This is homework? Does the assignment specifically require VBA function? Perhaps you should get instructor to clarify.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. debit and credit matching criteria
    By BlakeW in forum Queries
    Replies: 5
    Last Post: 02-12-2015, 08:02 PM
  2. credit note on northwind sample
    By james7705 in forum Access
    Replies: 2
    Last Post: 11-05-2014, 03:34 PM
  3. Calculate Debit and Credit
    By naks in forum Access
    Replies: 11
    Last Post: 05-08-2013, 02:34 PM
  4. Replies: 5
    Last Post: 01-05-2013, 04:53 PM
  5. Credit Card Info, Where?
    By mastromb in forum Access
    Replies: 3
    Last Post: 05-26-2010, 12:37 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