Good Morning,
In my db, I have an unbound text box that I have the following expression in:
[CODE]
=IIf(Count(*)=0,"There are No Records to Display","Report for the period: " & [Enter Start Date] & " To " & [Enter End Date])
[Code]
This does exactly what the user wanted...until this morning. She now would like it to display the month, for example, if there are no records for August, which is possible, she would like it to say "There are No records to Display for the month of August"
Do I need to include this in my parameter query or can it be placed in the expression?
Thanks for any suggestions...