Use the Format event of the Detail section of the report. Add the following sort of code to the event:
Dim R as Report: Set R = Me
If R!B then
R!ReturnDate1.Visible = False
Else
R!ReturnDate1.Visible = True
End If
Hope this helps, Cheers,
Steve Lewy
Solutions Developer
steve@lewycomputing.com.au