Results 1 to 3 of 3
  1. #1
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows 7 32bit Access 2007
    Join Date
    Mar 2012
    Posts
    528

    not show the value zero

    Hello all
    Beautiful and happy day for all


    I have a query in which fields pay off the debt to the creditor and the convicted
    When I put the process output does not show the value zero
    Why ?
    Click image for larger version. 

Name:	eee.JPG 
Views:	14 
Size:	41.4 KB 
ID:	15612Click image for larger version. 

Name:	es.JPG 
Views:	14 
Size:	17.5 KB 
ID:	15613

  2. #2
    azhar2006's Avatar
    azhar2006 is offline Expert
    Windows 7 32bit Access 2007
    Join Date
    Mar 2012
    Posts
    528
    SELECT Sum(Query1.Expr3) AS SumOfExpr3, Sum(Query1.Expr5) AS SumOfExpr5, InvoiceDate.HAS, InvoiceDate.amount, tblCompanies.COMNAME, Sum(CCur(Nz([Expr3],0)-Nz([Amount],0))) AS Expr8
    FROM tblCompanies INNER JOIN (InvoiceDate INNER JOIN Query1 ON InvoiceDate.OrderDateID = Query1.OrderDateID) ON tblCompanies.IDCOM = InvoiceDate.IDCOM
    GROUP BY InvoiceDate.HAS, InvoiceDate.amount, tblCompanies.COMNAME;

    Without the benefit of
    The result does not show zero

  3. #3
    AnanthakrishnanK is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Mar 2013
    Posts
    1
    Try with Nz function separately. I think, it is the solution.

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

Similar Threads

  1. show first few
    By slimjen in forum Reports
    Replies: 5
    Last Post: 10-27-2013, 07:19 PM
  2. Please show me how to
    By cadmaster in forum Access
    Replies: 1
    Last Post: 06-17-2013, 02:36 AM
  3. Replies: 1
    Last Post: 06-12-2011, 07:08 AM
  4. Need to show Oct - Dec as 1st Qtr
    By Brian62 in forum Queries
    Replies: 3
    Last Post: 03-30-2011, 11:59 AM
  5. Show some or all
    By protean_being in forum Queries
    Replies: 1
    Last Post: 05-28-2008, 05:33 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