Results 1 to 2 of 2
  1. #1
    logle0917 is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2012
    Posts
    16

    I need to add another piece of Criteria to existing Reports Not sure how to do this.

    The new rule for Line of Business = SFS is that we never did auths for them until 5/17/12. So- we have excluded them from the report.
    Now as of 5/17/12- they are allowed to be on the report- but only if Auth Type = ADV.


    So- currently report excludes SFS So now it needs to – exclude SFS if insert date prior to 5/17/12

    How can I do this in the Design view will this not conflict with the date that excludes: I think what I need is Show all Line of Business = "SFS" After Insert Date >= #5/17/2012# AND Auth Type = "ADV" Not sure how to do this.

  2. #2
    Robeen is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Mar 2011
    Location
    Tulsa, Oklahoma.
    Posts
    1,596
    In Design View - on the same Criteria: row:
    1. Put = "SFS" under Line Of Business.
    2. Put = "ADV" under Auth Type.
    3. >= #5/17/2012# under Insert Date.
    Make sure all three are on the same Criteria: row. This will put AND between them so that all three have to be true.
    Then - if you go to the SQL View - you will see that the three Criteria have AND between them - saying they all have to be true.

    Hope this helps!


    Let me know if you have questions.

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

Similar Threads

  1. Replies: 11
    Last Post: 05-23-2012, 08:42 AM
  2. Produce Multiple Reports From Different Criteria
    By nunbean in forum Programming
    Replies: 1
    Last Post: 07-08-2011, 09:30 AM
  3. Replies: 1
    Last Post: 07-02-2010, 03:55 AM
  4. Replies: 1
    Last Post: 10-20-2009, 02:05 PM
  5. Find existing record with multiple criteria
    By TheWedgie in forum Forms
    Replies: 1
    Last Post: 03-25-2009, 10:24 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