I am testing to see if the actual achievement date is null and if its null then I want the units column to be blank for that record rather than display 0.
Database
---------------------
Milestone No Expected Achievement Date Acutal Achievement Date Units
1 01/11/2006 09/26/2006 368
2 04/25/2006 09/26/2006 368
3 05/10/2007 0
Report
----------------------
Milestone No Expected Achievement Date Actual Achievement Date Units
1 01/11/2006 09/26/2006 368
2 04/25/2006 09/26/2006 368
3 05/10/2007
Main Topics
Browse All Topics





by: peter57rPosted on 2007-02-26 at 04:10:26ID: 18608465
'rather than display the value in the database which is 0.'
If the value is 0 then it is not null. You have to test for 0, don't you?