LOL I was just typing a similar coding, as below;
If IsNull([Forms]![Main]![SubTotals]![CurrentDay]) = True Then
SelectedDay = 1
Else
SelectedDay = [Forms]![Main]![SubTotals]![CurrentDay]
End If
But this doesn't work - my concept was to check whether it was null, if so then just to...