Results 1 to 3 of 3
  1. #1
    Sir_Hugh is offline Novice
    Windows XP Access 2007
    Join Date
    Dec 2010
    Posts
    2

    Filter Records


    Good morning,

    I have a query to a database, that would only show that the lines in that particular field is different from 0. How can I do this?

    Regards

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    Quote Originally Posted by Sir_Hugh View Post
    Good morning,

    I have a query to a database, that would only show that the lines in that particular field is different from 0. How can I do this?

    Regards
    In the criteria in that column put <> 0 though this won't show up null values if you want to show nulls as well put <> 0 Or Is Null

  3. #3
    Sir_Hugh is offline Novice
    Windows XP Access 2007
    Join Date
    Dec 2010
    Posts
    2
    I have another question:
    I have a report that I just want the lines to appear on the Final Balance is 0. If the debt - credit is 0, this line does not appear.

    Best regards

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

Similar Threads

  1. Replies: 7
    Last Post: 10-20-2010, 04:08 PM
  2. Filter Records
    By Grooveline in forum Access
    Replies: 13
    Last Post: 07-28-2010, 01:00 PM
  3. Replies: 3
    Last Post: 03-25-2010, 12:31 PM
  4. Replies: 7
    Last Post: 05-24-2009, 10:24 AM
  5. Filter Form records with Combo Box????
    By jgelpi in forum Forms
    Replies: 0
    Last Post: 05-19-2009, 07:05 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