Results 1 to 5 of 5
  1. #1
    Sen is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2013
    Posts
    1

    Due Date?

    Uhm.. How can I make a field that has a due date 7 days after you order it.. Automatically will set the due date?

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    You would just use a Calculated field in a query (since it is a function of another field, there is no reason to physically store it), i.e.
    Code:
    DueDate:[OrderDate]+7

  3. #3
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,085
    In Access 2010 you are also allowed to have calculated fields in tables. I've never found a valid reason to do it but it is available.

  4. #4
    cysklement is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Sep 2013
    Posts
    15

    Need Help With access setting due date query and show the data

    Hi, I need help with creating an access query which works as showing data that is going to due prior to 14 days.
    I need help with the query code.

    I want it to work this way:

    if duedate = or within 14 days due and receive notification = yes : show data.

  5. #5
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    In your query, place the following Criteria on the same Criteria row:

    Under your Due Date field: Between Date() and (Date() +14)
    Under your Receive Notification field: "Yes"

    That's all there is to it!

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

Similar Threads

  1. Replies: 1
    Last Post: 02-12-2013, 03:48 AM
  2. Replies: 5
    Last Post: 12-18-2012, 02:37 PM
  3. Replies: 3
    Last Post: 08-21-2012, 03:05 PM
  4. Replies: 12
    Last Post: 04-26-2012, 04:01 AM
  5. Replies: 15
    Last Post: 04-06-2012, 10:57 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