Use Nz() to convert the Null into the desired value:
=Nz(DLookUp("[Count]","WeeklyWFReport","[ReportGroup]=5"), 0)

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Chaps,
>
[quoted text clipped - 11 lines]
>
> Cheers.
mr tom - 17 Jul 2007 12:12 GMT
Allen,
Thank you so much.
Was messing about with that for ages!
Cheers,
Tom.
> Use Nz() to convert the Null into the desired value:
>
[quoted text clipped - 15 lines]
> >
> > Cheers.