Results 1 to 3 of 3
  1. #1
    ACu is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2018
    Location
    Mississippi
    Posts
    8

    Future date calculations


    I have a simple table and a form I built to enter a date that will display another date 14 days later. I used this formula [Contact Date] + 14 = [Follow-up Date] When I enter the Contact Date on the form I get an error #Type! Should the Follow-up Date in the table be a Calculated field for this to work?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Where are you using this expression?

    If you want to calculate [Follow-up Date], textbox ControlSource property would be: =[Contact Date] + 14

    Or do it in a query.

    Or, yes, can be calculated field in table.
    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
    ACu is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2018
    Location
    Mississippi
    Posts
    8
    June7 thank you for the response. I am using the expression to display the follow-up date in a small program at work. I will use your example or try the query. Thank you so much.

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

Similar Threads

  1. Replies: 10
    Last Post: 04-29-2019, 02:09 AM
  2. Replies: 3
    Last Post: 02-24-2019, 02:35 PM
  3. Future Date that may be incremented
    By h1mself2 in forum Access
    Replies: 3
    Last Post: 12-14-2012, 04:11 PM
  4. Replies: 3
    Last Post: 11-20-2012, 01:40 PM
  5. Future date parameter
    By normie in forum Queries
    Replies: 10
    Last Post: 08-12-2010, 09:38 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