Results 1 to 2 of 2
  1. #1
    mccambe21 is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Sep 2013
    Posts
    2

    Cool Formula that uses prior record to calculate a new value

    I have a number of transactions ($ amount), on different dates. I want to use the first amount in row 1 of table (or record 1) and then compound it at 6% up to date in next record. Any ideas? thanks.

  2. #2
    offie is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    176
    I dont't remember how to calculate compound interest but it's just a calculation that you can type in real quick. The only part is to find the amount of time from one date to the next. To do this you use DateDiff("d", [date1], [date2]) obvioulsy you want to change the names of the fields. "d" is days, "m" is month, "q" is quarters, "yyyy" for year.

    How is your data set up? An example set would be nice.

    I am assuming the dates are in different fields. If you want to do something like getting the first and last date (if they are in the same field) I would make a totals query first then base the calculations from that. Again, example would be nice.

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

Similar Threads

  1. Need a formula to Calculate Date Ranges
    By nagiese in forum Queries
    Replies: 5
    Last Post: 07-12-2013, 01:53 PM
  2. Replies: 5
    Last Post: 08-01-2012, 11:39 AM
  3. Add one day to prior record's date/ how??
    By mkfloque in forum Access
    Replies: 3
    Last Post: 05-30-2012, 04:44 AM
  4. New record take on all values of prior?
    By cps6568 in forum Access
    Replies: 3
    Last Post: 01-12-2010, 04:14 PM
  5. Replies: 1
    Last Post: 02-26-2009, 11:31 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