J
JRB19683
I have a report where when the data value is null I want the label to be
grayed out. I used a basic If/then statment in VB and it worked fine in
Access 2003. When I upgraded to 2007 the statment no longer worked. Here is
what i have
If IsNull(Reports![medicine report]![DNR Total]) Then
Reports![medicine report]![DNR Total_label].Forecolor = 12632256
Else
Reports![medicine report]![DNR Total_label].Forecolor = 0
End If
Can anyone tell me why this does not work in 2007? Thanks.
grayed out. I used a basic If/then statment in VB and it worked fine in
Access 2003. When I upgraded to 2007 the statment no longer worked. Here is
what i have
If IsNull(Reports![medicine report]![DNR Total]) Then
Reports![medicine report]![DNR Total_label].Forecolor = 12632256
Else
Reports![medicine report]![DNR Total_label].Forecolor = 0
End If
Can anyone tell me why this does not work in 2007? Thanks.