Results 1 to 3 of 3
  1. #1
    Fyeung is offline Novice
    Windows XP Access 2007
    Join Date
    May 2013
    Posts
    4

    Suppress zero lines in Report

    Hi there

    Is there any way that I can suppress all lines/records with zero amounts in Reports?

    I have a report which shows the invoice numbers in the Detail section of my Access Report. However, there are several lines of invoices with zero amount. How can I get rid of them?

    Please advise, thanks.



    Fred

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Maybe with filter criteria in the report RecordSource or the report Filter property or when the report is opened.

    DoCmd.OpenReport "report name", , , "[Amount]<>0"
    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
    Fyeung is offline Novice
    Windows XP Access 2007
    Join Date
    May 2013
    Posts
    4
    Thanks June7

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

Similar Threads

  1. Replies: 1
    Last Post: 12-01-2014, 10:39 AM
  2. Replies: 5
    Last Post: 06-13-2013, 11:23 AM
  3. Report Generates Duplicate Lines
    By Perceptus in forum Reports
    Replies: 12
    Last Post: 11-20-2012, 05:19 PM
  4. Eliminating null lines in report
    By brobb56 in forum Forms
    Replies: 2
    Last Post: 09-26-2011, 11:05 AM
  5. Eliminating null lines in report
    By brobb56 in forum Reports
    Replies: 1
    Last Post: 09-26-2011, 11:01 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