I have a report which when used on an empty data set gives me this error:
'You entered an expression that has no value.'
It is trying to evaluate:
If Me.Wdate < Date Or Me.Idate < Date Or Me.Ndate < Date Then
So i assume access is stupid enough to error because there is no data instead of skipping the if block
but anyway, is there a way around this?
'You entered an expression that has no value.'
It is trying to evaluate:
If Me.Wdate < Date Or Me.Idate < Date Or Me.Ndate < Date Then
So i assume access is stupid enough to error because there is no data instead of skipping the if block
but anyway, is there a way around this?