I have a query which basically says<br><br>if end date <= a date and >= a date then subtract the start date from the end date and the start time from the end time to calculate the days and fractional days in that particular year. The false part of the statement needs to be no value in the cell.<br><br>The query works if I put the false value = 0. If I use " " or null for the value, I get an error when I call the report that was written based on the query. I don't want the zeros in the report because it makes it too busy and too difficult to read. How do I get rid of them?<br><br>