Reputation: 1567
I believe this code should work but I keep getting #Error
=IIF(Fields!MonthMiddleDates8.Value <> "", "TRUE", IIF(Fields!MonthMiddleDates9.Value <> "", "TRUE", "FALSE"))
Upvotes: 1
Views: 23
Instead of using '<> "" ' use 'is nothing'. Works great now!