> I have a form "frmRepairerTotals" - based on a query
> "qryRepairerTotals" which has two fields :- Repairer1 (text) and
[quoted text clipped - 15 lines]
>
> Sandy
the Nz() function allows the substitution of a value for null.
SELECT Nz(JobDetails Query.repairer1,"Unclaimed" as repairer1, ...

Signature
Bob Quintal
PA is y I've altered my email address.
--
Posted via a free Usenet account from http://www.teranews.com
Sandy - 19 Jan 2008 13:12 GMT
Bob
Thank you - does the job perfectly.
Sandy
>> I have a form "frmRepairerTotals" - based on a query
>> "qryRepairerTotals" which has two fields :- Repairer1 (text) and
[quoted text clipped - 18 lines]
> the Nz() function allows the substitution of a value for null.
> SELECT Nz(JobDetails Query.repairer1,"Unclaimed" as repairer1, ...