Hi
not sure if this is possible but can we show a date when the data is null?
I have a [Begin Date] and [End Date] where a user is prompt to enter a range of date that they would like to see the report... however when there is no data for the date it just come back blank... i would like to show the date they enter rather then blank
Date: IIf([DateEnter] Is Null,"Date User enter???",[DateEnter])
not sure if this is possible but can we show a date when the data is null?
I have a [Begin Date] and [End Date] where a user is prompt to enter a range of date that they would like to see the report... however when there is no data for the date it just come back blank... i would like to show the date they enter rather then blank
Date: IIf([DateEnter] Is Null,"Date User enter???",[DateEnter])