S
Simon
I have the following code that runs on a press on a button and puts a
currently number in, however if the calcualtion is null how do i get
it to put a £0.00 in the field and not leave it blank
MonthHireTurnover = DSum("[SumOfSubTotal]", "Query8", "[SaleYear]=" &
NowYear & " And [SaleMonth]=" & NowMonth & " And [OrderType]= 3"
Thanks
currently number in, however if the calcualtion is null how do i get
it to put a £0.00 in the field and not leave it blank
MonthHireTurnover = DSum("[SumOfSubTotal]", "Query8", "[SaleYear]=" &
NowYear & " And [SaleMonth]=" & NowMonth & " And [OrderType]= 3"
Thanks