Suppress Date on MS Report
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a date fields on my MS Report. If the date is blank or null, I do I suppress the date so It doesn't show 01/01/0001 on my report. Thanks!
-
I have a date fields on my MS Report. If the date is blank or null, I do I suppress the date so It doesn't show 01/01/0001 on my report. Thanks!
What you need to do is to tweak your query so that the date field shows whatever you want in the way you want. There are built-in functions for this.