Results 1 to 4 of 4
  1. #1
    d9pierce1 is offline Expert
    Windows 10 Access 2016
    Join Date
    Jan 2012
    Location
    Oklahoma
    Posts
    776

    Date * # of Months to obtain a date in expression

    Not sure how to word this but here we go....
    I am trying to do the following but have had no success with this and
    have not been able to find anything on the web as an example that doesnt involve two dates....


    PayOffDate: [LoanDate] * [TermLimit]




    [LoanDate] is a date in qry
    [TermLimit] is # of Months


    PayOffDate should = the LoanDate * # of Months

    Thanks
    Dave

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 10 Access 2016
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,540
    Try:

    PayOffDate: DateAdd("m", [TermLimit], [LoanDate])

    as a calculated field in a query.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #3
    d9pierce1 is offline Expert
    Windows 10 Access 2016
    Join Date
    Jan 2012
    Location
    Oklahoma
    Posts
    776
    thank you so much. I tried a lot of tries but dates just kill me in this.
    Have a great day
    Thanks again

  4. #4
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 10 Access 2016
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,540
    Quote Originally Posted by d9pierce1 View Post
    thank you so much. I tried a lot of tries but dates just kill me in this.
    Have a great day
    Thanks again
    Always glad to help if I can

    BTW Thank you for the kind words you left in the reputation comment. They are much appreciated.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

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

Similar Threads

  1. Replies: 2
    Last Post: 06-28-2017, 06:16 PM
  2. Replies: 3
    Last Post: 05-10-2016, 11:51 AM
  3. Replies: 3
    Last Post: 02-16-2016, 05:02 PM
  4. Replies: 3
    Last Post: 02-23-2014, 02:06 PM
  5. Replies: 1
    Last Post: 01-22-2014, 03:45 PM

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