Omitting Entries Based on Criteria

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TechNition
    New Member
    • Jul 2008
    • 1

    Omitting Entries Based on Criteria

    I have a report that I only want to view entries that fall under a certain level. ie... If value is below 7.25 then omit from report.

    I can't seem to get it right can someone give me a hand?

    Thanks
  • puppydogbuddy
    Recognized Expert Top Contributor
    • May 2007
    • 1923

    #2
    1. Place the query that is the record source for the report in design view.
    2. In the criteria row of the value field enter >= 7.25.
    3. Save the query and re-run your report.

    Comment

    Working...