I have a form that displays a bitmap based on the value of a checkbox. The following code works on the form:
If [SAF-A02-000] = yes Then
[OLERed].[Visible] = 0
Else
[OLERed].[Visible] = -1
End If
However, I am now trying to display the bitmap in a report only if the checkbox value in the query is yes. I can't get the report to look at the checkbox value in a query.
Any suggestions?
Thanks,
Debbie
If [SAF-A02-000] = yes Then
[OLERed].[Visible] = 0
Else
[OLERed].[Visible] = -1
End If
However, I am now trying to display the bitmap in a report only if the checkbox value in the query is yes. I can't get the report to look at the checkbox value in a query.
Any suggestions?
Thanks,
Debbie