Results 1 to 2 of 2
  1. #1
    tigers is offline Novice
    Windows XP Access 2003
    Join Date
    Mar 2006
    Posts
    28

    If the query returns a "blank" how can I change the blank to..


    a zero?

    The problem is that I have two fields that I need to add up. Either field at times will have a blank value. So, when I try to add them up, I don't get anything. If there is a zero in the blank field, it will add up. But, I can't figure out how to do it. Can anyone help? Thanks!!!

  2. #2
    tigers is offline Novice
    Windows XP Access 2003
    Join Date
    Mar 2006
    Posts
    28

    Fyi

    Here's what I ended up doing:

    Disburse: IIf([Disb] Is Null,0,[Disb])

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

Similar Threads

  1. Access 2003 Date() Function returns "#Name?"
    By smartel@soprema.ca in forum Programming
    Replies: 5
    Last Post: 01-18-2012, 05:52 AM
  2. change values after checkbox "YES"
    By DonLduk in forum Forms
    Replies: 1
    Last Post: 10-03-2008, 04:47 AM
  3. skip "run query anyway" message
    By Artemis in forum Programming
    Replies: 1
    Last Post: 09-18-2008, 12:42 PM
  4. Replies: 2
    Last Post: 08-31-2006, 12:19 PM
  5. "Count" and "Countif" in Reports
    By JMantei in forum Reports
    Replies: 1
    Last Post: 06-20-2006, 02:20 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