Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    rfigueroa1976 is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    34
    June7, I'm not sure what you are asking for. Did you want a screen shot?

  2. #17
    rfigueroa1976 is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    34
    I figured it out y'all... It was the way i have the formula layed out...

    I originallly had it as: Delivered Passed 15 MIN Window: IIf(DateDiff("n",[dbo_stops].[stp_arrivaldate],[dbo_orderheader].[ord_dest_latestdate])<15,"No","Yes")

    I changed it to:
    Delivered Passed 15 MIN Window: IIf(DateDiff("n",[dbo_orderheader].[ord_dest_latestdate],[dbo_stops].[stp_arrivaldate])<15,"No","Yes")

    Just needed to switch the order of the field names and it fixed it. I'm now getting the results i needed.

    Thank you all again!!!!!

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 02-16-2015, 01:04 PM
  2. Replies: 3
    Last Post: 12-06-2014, 03:59 AM
  3. Replies: 4
    Last Post: 04-30-2014, 08:56 AM
  4. Replies: 2
    Last Post: 09-29-2012, 11:22 PM
  5. Replies: 1
    Last Post: 06-14-2011, 05:23 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