Results 1 to 2 of 2
  1. #1
    banno1 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Aug 2018
    Posts
    5

    DateAdd Function

    Hi


    I am trying to figure out how to use the DateAdd function to work out the date 26 weeks following the date in a different field

    e.g. I would like the field "RTT" to use the date from the "DateReferred" field to show what the date would be 26 weeks after the "DateReferred".

    I have done some extensive reading but haven't got very far! I have deduced this can only be done with a Query but can't figure out how I can go about it.

    Thank you very much in advance for any help you can give!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,921
    Try:
    DateAdd("ww", 26, [DateReferred])

    Expression in query or textbox.
    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. Dateadd function
    By JackieFeng in forum Access
    Replies: 2
    Last Post: 05-02-2016, 10:48 AM
  2. used function DateAdd
    By azhar2006 in forum Queries
    Replies: 2
    Last Post: 10-07-2015, 03:31 PM
  3. DateAdd Function
    By armyofdux in forum Queries
    Replies: 12
    Last Post: 03-09-2015, 09:52 AM
  4. DateAdd Function
    By Desstro in forum Programming
    Replies: 3
    Last Post: 04-03-2011, 01:45 PM
  5. Help Please - DateAdd Function
    By graviz in forum Queries
    Replies: 3
    Last Post: 03-02-2010, 02:34 PM

Tags for this Thread

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