Hi,
I am creating a report from a single Access table. There are 2 fields in the table ([Total New Hours]and [TotalOldHours]) that I want to add. Some of the records have nulls so I accounted for them by using IsNull:
If IsNull({ProjDump1.Total New Hours}) Then
0
Else
{ProjDump1.Total...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.